Just a short note on how to add a sender email to a whitelist. To do that you just add the following lines into /etc/amavisd.conf and restart:
map { $whitelist_sender{lc($_)}=1 } (qw( sender1@domain.com sender2@domain.com ));
Tags: amavis, whitelist, whitelisting, whitelist_sender
Leave a Reply