On Thursday 27 May 2004 15:03, Steven Stern wrote:
> Clamav-milter is catching viruses OK, but the ultimate recipient is not
> receiving any notice that there was an interception.  What flag am I missing
> or misusing?
> 
> -lo --max-children=10 --noreject --dont-log-clean --server=localhost
> local:/var/run/clamav/clamav-milter.sock --quarantine-dir=/var/spool/clamav
> --template-file=/etc/clamav-msg

That looks OK to me, though:
        --server is pointless if you're using UNIX domain sockets such as 
local:/var/run/clamav/clamav-milter.sock
        and, you should put the socket name after all the options

 -lo --max-children=10 --noreject --dont-log-clean  \
 --quarantine-dir=/var/spool/clamav \
 --template-file=/etc/clamav-msg local:/var/run/clamav/clamav-milter.sock

Is there any indication that something is a miss in your syslog file?

>    Steve

-- 
Nigel Horne. Arranger, Composer, Typesetter.
NJH Music, Barnsley, UK.  ICQ#20252325
[EMAIL PROTECTED] http://www.bandsman.co.uk


-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users

Reply via email to