-
docker-compose.yml:
```yml
services:
mailpit:
container_name: mailpit
image: axllent/mailpit
restart: unless-stopped
volumes:
- ./mailpit-data:/data
ports:
…
-
Thank you so much @mpaperno for your effort to create this amazing package!
I am exploring possibility to use SpamAssassin running on the remote server via spamd to be used along with the spampd.
…
-
| SYSTEM INFORMATION ||
|----------|----------|
| OS type and version | Ubuntu Linux 22.04.5 |
| Usermin version | 2.102 |
| Virtualmin version |…
-
### Which feature or improvement would you like to request?
Improve the performance and functionality of the Spam filter, including but not limited to:
- Port the spam filter from Sieve+ to Rust…
-
## Logs
```
Jun 27 13:01:40.726 [35782] dbg: dns: entering helper-app run mode
Jun 27 13:01:43.820 [35782] dbg: dns: leaving helper-app run mode
Jun 27 13:01:43.821 [35782] dbg: razor2: part=0 nor…
-
Hey, this is more of a placeholder for something I might look into. Integrating mailhog with a spam engine like the widely used SpamAssassin.
The motive behind this is to pre score email templates…
-
In the next update I request that SpamAssassin 4 be implemented, as there are many improvements implemented and essential for an email server to face current spam problems.
-
Hi,
I don't really understand how to train Spamassassin, I'm reading this documentation:
https://modoboa-amavis.readthedocs.io/en/latest/setup.html#manual-spamassassin-learning
What sense doe…
-
Hello how can I achieve that the sa _score_ in the subject shown something like 8.32 instead of just 8?
-
During setup, we could add `include /home/user-data/mail/spamassassin/custom.cf` to `/etc/spamassassin/local.cf`. However, because the setup script could be run several times, we would want to ensure …