On 07/03/07, Pete French <[EMAIL PROTECTED]> wrote:
> 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

many thanks seems to be working

Chris
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to