Carlos, > I am using Debian and struggling to grasp the config file spread > across multiple files as done in Debian. It appears that Amavis is > passing the messages to ClamAV as expected and ClamAV is identifying > the virus but normally I would expect it (Amavisd-new) to notify > "postmas...@$mydomain" and that does not appear to be happening: > > amavis[7244]: (07244-01) (!)FAILED to notify admin: > 501 5.1.7 Failed, id=07244-01, from MTA([127.0.0.1]:10025): > 501 5.1.7 Bad sender address syntax
amavisd-new-2.6.3 release notes - if $mailfrom_notify_admin was not specified in a configuration file but defaulted to an e-mail address in $hdrfrom_notify_admin, the following was reported (due to missing angle brackets) on an attempt to submit a notification: (!)SEND via SMTP: virusal...@example.com -> <virusal...@example.com>... 501 5.1.7 Bad sender address syntax (!)FAILED to notify admin: 501 5.1.7 Failed, id=40690-23, from MTA([::1]:10027): 501 5.1.7 Bad sender address syntax Notification was not sent, the rest of the processing was unaffected; A workaround is to explicitly specify the $mailfrom_notify_admin : $mailfrom_notify_admin = 'virusal...@example.com'; or upgrade to 2.6.3 or 2.6.4. Mark ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/