I have just installed clamav 0.84 with clamav-milter. I want notifications to go ONLY to the local postmaster address specified in /etc/sysconfig/clamav-milter. I do not want a message to go to the sender (since most addresses are forged), nor do I want a message to go to the recipient (because they freak out). I only want it to go to the postmaster so I can keep track of who is sending us viruses so I can block those IP addresses if necessary.

I haven't been able to figure out how to turn off sending to the sender address.

Here is my /etc/sysconfig/clamav-milter:

CLAMAV_FLAGS="
       --config-file=/etc/clamd.conf
       --max-children=10
       --force-scan
       --postmaster=<[EMAIL PROTECTED]>
       --postmaster-only
       --headers
       --noreject
       --from=<[EMAIL PROTECTED]>
       --dont-log-clean
       -obl /var/milter/clmilter.sock
_______________________________________________
http://lurker.clamav.net/list/clamav-users.html

Reply via email to