OK, I found something in amavid.conf but it is the default options. The only thing I changed is the value of the $mydomain variable.
$mydomain = "xxxxxxx.net";
And some lines bellow:
$virus_admin = "virusalert\@$mydomain";
$mailfrom_notify_admin = "virusalert\@$mydomain";
$mailfrom_notify_recip = "virusalert\@$mydomain";
$mailfrom_notify_spamadmin = "spam.police\@$mydomain";
$mailfrom_to_quarantine = ''; # null return path; uses original sender if undef
So, what to do? Comment them? Empty those values? For example set:
$virus_admin = "";
All notifications are mailed to virusalert@xxxxxxx.net and I get them from a "catch all" e-mail I have. I get about 100 messages per day which is very annoying.
Last edited by datahellas; 3rd August 2010 at 20:41.
|