Dennis Peterson wrote:
> Developers - could you unify the names of these sockets and invocation method?
> 
>  From clamd.conf:
> LocalSocket /var/run/clamav/clamd.sock
> TCPSocket 3310
> TCPAddr 127.0.0.1
> 
>  From clamav-milter.conf:
> ClamdSocket /var/run/clamav/clamd.sock (this is wrong, BTW)
> ClamdSocket tcp:127.0.0.1:3310

Hi Dennis,
I'm sorry for the confusion but the MilterSocket directive uses the
syntax of libmilter, which is weird enough.

For the ClamdSocket directive, considering it's got to be able to
support several clamds in round robin, it was not possible to reuse the
3-way splitted (LocalSocket + TcpAddr + TcpSocket) wording from clamd.conf.

With that in mind, unifying clamd to the (very recent) milter syntax
(potentially breaking existing setups) seemed to me not a good idea.

-aCaB
_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml

Reply via email to