Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 07 Mar 2007 12:34:54 +0000
From:      Pete French <petefrench@ticketswitch.com>
To:        chrcoluk@gmail.com, mike@sentex.net
Cc:        mlerota@iskon.hr, freebsd-stable@freebsd.org, garga@freebsd.org, deischen@freebsd.org, mb@imp.ch, toxa@toxahost.ru
Subject:   Re: Clamav-90_2 Lockup with freebsd 6.2
Message-ID:  <E1HOvM6-0008FQ-Do@dilbert.ticketswitch.com>
In-Reply-To: <3aaaa3a0703070428v1a3619fam7722c9394e5659e@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1HOvM6-0008FQ-Do>