On Wed, 2004-03-31 at 15:15, Howie Grapek wrote:
> Hello All
> 
> How do I get clamav and clamav-milter not to send auto-reply /
> autoresponses to the senders of email viruses.  

[EMAIL PROTECTED] root]# cat /etc/sysconfig/clamav-milter
### Simple config file for clamav-milter, you should
### read the documentation and tweak it as you wish.
#
# Can add the following instead of --quiet
#       [EMAIL PROTECTED]
#       --postmaster-only
# But never bounce back to original (spoofed) sender

CLAMAV_FLAGS="
        --config-file=/etc/clamav.conf
        --max-children=20
        --quiet
        -ol local:/var/clamav/clmilter.socket
"

If you're using the generic RedHat init script, it sources
/etc/sysconfig/clamav-milter and uses those flags described above.  Note
the lone double quote on the last line.

Blue skies...                   Todd



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users

Reply via email to