> 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 _______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"