Hi, 

I have clamav 0.65 and clmilter installed on OpenBSD 3.4, and it works excellent! I am 
wondering what is the most correct way to restart/start during boot? I have tried 
putting clamd in the /etc/rc just before sendmail, followed by clmilter but I get sock 
in use errors? 

Is there some clean up I am supposed to do during shutdown? I am including a snip from 
my /etc/rc
Thanks in advance for any help.

</etc/rc>
if [ -f /usr/local/sbin/clamd ]; then
       /usr/local/sbin/clamd
if [ -f /usr/local/sbin/clamav-milter ]; then
        /usr/local/sbin/clamav-milter -blo /var/clamd/clmilter.sock
fi

"Socket file /var/clamd/clamd.sock is in use by another process."

--
Roy Morris



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users

Reply via email to