[Clamav-users] sending notification to postmaster only

2005-05-12 Thread Chad Jones
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

Re: [Clamav-users] sending notification to postmaster only

2005-05-12 Thread Nigel Horne
On Thursday 12 May 2005 16:17, Chad Jones wrote: 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),

Re: [Clamav-users] sending notification to postmaster only

2005-05-12 Thread Chad Jones
Unfortunately the -b option doesn't fix this. When the -b option is set then a notification goes to the sender and the postmaster, which is what I would expect since that's what the man page says that -b does. I don't want the notification to go to the sender, just to the postmaster. Here is

Re: [Clamav-users] sending notification to postmaster only

2005-05-12 Thread Damian Menscher
On Thu, 12 May 2005, Chad Jones wrote: Unfortunately the -b option doesn't fix this. Of course not, it's the problem. ;) When the -b option is set then a notification goes to the sender and the postmaster, which is what I would expect since that's what the man page says that -b does. I don't

Re: [Clamav-users] sending notification to postmaster only

2005-05-12 Thread Max Stam
Damian Menscher wrote: Apparently Nigel was too subtle. Let's look at your original options: Here is my /etc/sysconfig/clamav-milter: CLAMAV_FLAGS= --config-file=/etc/clamd.conf --max-children=10 --force-scan --postmaster=[EMAIL PROTECTED] --postmaster-only

Re: [Clamav-users] sending notification to postmaster only

2005-05-12 Thread Damian Menscher
On Fri, 13 May 2005, Max Stam wrote: 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

Re: [Clamav-users] sending notification to postmaster only

2005-05-12 Thread Max Stam
Damian Menscher wrote: On Fri, 13 May 2005, Max Stam wrote: CLAMAV_FLAGS= --config-file=/etc/clamd.conf --max-children=10 --force-scan --postmaster=[EMAIL PROTECTED] --postmaster-only --headers --noreject --from=[EMAIL PROTECTED]