[Bug 1029710] Amavisd fails to identify attached zipped files with .exe extensions

bugzilla at redhat.com bugzilla at redhat.com
Sat Jul 5 16:33:52 UTC 2014


https://bugzilla.redhat.com/show_bug.cgi?id=1029710



--- Comment #8 from Juan Orti Alcaine <juan.orti at miceliux.com> ---
Ok, I have run several tests with your config, and it blocks the delivery of
the email in all the cases. The tests were with clamd enabled and disabled.

I have seen it fails to quarantine the email and to send the notification. It
is because you have:

$QUARANTINEDIR = "/var/virusmails";

Change it to a folder inside /var/spool/amavisd or set the appropiate SELinux
permissions:

# chown amavis:amavis /var/virusmails
# semanage fcontext -a -t antivirus_db_t '/var/virusmails(/.*)?'
# restorecon -F -r -v /var/virusmails

Does it fix your issue?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=10rswa8grA&a=cc_unsubscribe



More information about the perl-devel mailing list