Ulrich Hiller, MPI Astronomie skrev den 2023-11-27 12:16:
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?
above is recipient, imho atleast as i remember it, if it was sender then
spammers soon find out to avoid scannning
https://help.univention.com/t/amavis-bypass-check-maps/5864
Thanks you in advance for any hint, ulrich