> INPUT_MAIL_FILTER('clmilter','S=local:/var/run/clmilter.sock, F=,
> T=S:4m;R:4m')dnl
> define('confINPUT_MAIL_FILTERS', 'clmilter')dnl

These two lines are bad (sendmail.mc). Let's see the diference between
apostrophes ' and `.  The second one is correct. I had same error when
I setup clamav-milter first time ;o)

So solution is:
INPUT_MAIL_FILTER(`clmilter`,`S=local:/var/run/clmilter.sock, F=,T=S:4m;R:4m`)dnl
define(`confINPUT_MAIL_FILTERS`, `clmilter`)dnl

Regards

Luf


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users

Reply via email to