It appears I should have done my homework first :) I just found out how to fix the problem in the /etc/clamav.conf, however the question still remains, what is the most correct way to drop the process like "/bin/kill -s SIGTERM /var/clamd/clamd.pid" for clamd, but what about milter? it has no pid?
rm -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Roy Morris Sent: Tuesday, November 25, 2003 9:24 AM To: [EMAIL PROTECTED] Subject: [Clamav-users] Restarting clam & clmilter 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 ------------------------------------------------------- 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