Clamav-90_2 Lockup with freebsd 6.2

Pete French petefrench at ticketswitch.com
Wed Mar 7 12:35:03 UTC 2007


> What configuration in exim is needed to make it use tcp instead of sockets?

	av_scanner = clamd:127.0.0.1 3310

instead of

	av_scanner = clamd:/var/run/clamav/clamd

and then in clamd.conf, comment out 'LocalSocket' and uncomment the
'TCPSocket' and 'TCPAddr' settings so it looks like this:

	#LocalSocket /var/run/clamav/clamd
	TCPSocket 3310
	TCPAddr 127.0.0.1  

-pcf


More information about the freebsd-stable mailing list