Hello!

I have the following problem which I cannot deal with:
I want to reject (or discard) messages containing virus or a spam using Postfix SMTPD proxying.

Part of my amavisd.conf:

$final_virus_destiny      = D_REJECT;
$final_banned_destiny     = D_BOUNCE;
$final_spam_destiny       = D_REJECT;
$final_bad_header_destiny = D_BOUNCE;

If I send in the GTUBE spam test message, the system rejects it as expected. But with the Eicar test file I get the following email in the recipient mailbox: "Your mail IPADDRESS:1928->IPADDRESS:25 contains contaminated file eicar.com with virus Eicar_test_file,so it is dropped."

Actually I can change the final_virus_destiny "Reject" option to any other available option (Pass, Discard, Bounce) exactly the same happens.

If I check the maillog, I find that amavis reporting that message is "Passed CLEAN". I am using Clamd for AV scanning. I am not 100% sure that this is an AMAVIS related problem, maybe Clamd reports badly the test virus???

Thanks for your help!

BR

A.




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
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/

Reply via email to