How to bypass a recipient domain?
"Ulrich Hiller, MPI Astronomie" <[email protected]> Mon, 27 Nov 2023 12:16:50 +0100
| Newsgroups | gmane.mail.virus.amavis.user |
|---|---|
| Message-ID | <[email protected]> |
Hello, i want to bypass amavis for a specific *recipient* domain (not sender!). I am not sure how to do that, because all i find is whitelisting a sender. I would do it on MTA level in postfix's whitelist.pcre: /example\.com/ FILTER smtp:[127.0.0.1]:10025 Or should i do it better in amavisd.conf: @bypass_spam_checks_maps = ( ['@example1.com', '@example2.com'], ); Or does all this block only sender domains? Thanks you in advance for any hint, ulrich