analyzer said:
> Hello everybody
>
> I had install ClamAV-milter for mailscanning. The config File:
> etc/mail/sendmail.mc:
> INPUT_MAIL_FILTER('clmilter','S=local:/var/run/clamav/clmilter.sock,
> F=, T=S:4m;R:4m')dnl
> define('confINPUT_MAIL_FILTERS', 'clmilter')
>
> I would like start it:
> /usr/sbin/clamav-milter -lo /var/run/clamav/clmilter.sock
>
> Error:
>
> /usr/sbin/clamav-milter: socket-addr (/var/run/clamav/clmilter.sock)
> doesn't agree with sendmail.cf
>
> Thanks four your help
>
> analyzer

Verify your code above uses balanced pairs of diacritic marks. Each part
opens with ` (accent grave, or "okina" if you are Hawaiian), and closes
with a single quote ' (apostrophe).

INPUT_MAIL_FILTER(`some data',`more data')dnl

This is a convention of the m4 language and is absolutely required.
_______________________________________________
http://lurker.clamav.net/list/clamav-users.html

Reply via email to