1
1
Fork 0
mirror of https://github.com/docker-mailserver/docker-mailserver synced 2024-05-08 21:36:06 +02:00

docs: FAQ - Add note for `devnull` alias gotcha when using a catchall rule (#2949)

* updates docs faq devnull with sub-catch-all
This commit is contained in:
worldworm 2023-01-11 01:57:11 +01:00 committed by GitHub
parent dcf34fd63b
commit f5bcfa2e22
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -257,6 +257,15 @@ Considering you want to delete all the e-mails received for `baduser@example.com
baduser@example.com devnull
```
!!! important
If you use a catch-all rule for the main/sub domain, you need another entry in `docker-data/dms/config/postfix-virtual.cf`:
```cf
@mail.example.com hello@example.com
baduser@example.com devnull
devnull@mail.example.com devnull
```
### How do I have more control about what SPAMASSASIN is filtering?
By default, SPAM and INFECTED emails are put to a quarantine which is not very straight forward to access. Several config settings are affecting this behavior: