Some days ago i was reading some docs about amavis and decided to fine tune its configuration. As i'm new to amavis i probably setted some statements in the wrong way so last days i've been recieving emails from paypal payments to postmaster mail box. As i established the following settings it looks like amavis is doing what it is told.
$virus_admin = "postmaster\@$mydomain"; # notifications recip. $mailfrom_notify_admin = "postmaster\@$mydomain"; # notifications sender $mailfrom_notify_recip = "postmaster\@$mydomain"; # notifications sender $mailfrom_notify_spamadmin = "postmaster\@$mydomain"; # notifications sender $mailfrom_to_quarantine = ''; # null return path; uses original sender if undef
Now i'm wondering if those emails has been wrongly classified as spam/virus by amavis or if just has been sent to me because i told amavis to?
Also i'm not able to find a deffinition for the previous settings so i'm not sure at all what those notification settings mean, neither if exists more notification settings which i should asjust?
Here's a sample of mail.log when amavis sends an email to postmaster. It loks liek there's no virus at all.
https://gist.github.com/sibok/d798d43b78c023cb33de
Thanks a lot, hope someone can point me to the right notification settings so i'm not breaking the right amavis flow but also i'm able to get a copy of incoming/outgoing emails at postmaster classified as spam/virus.
Thanks