Unfortunately, that doesn't seem to have made a bit of difference. INPUT_MAIL_FILTER(`clmilter',`S=local:/var/run/clmilter.sock, F=, T=S:4m;R:4m')dnl define(`confINPUT_MAIL_FILTERS', `clmilter')
Still no changes to clamd.log, and no headers added to incoming mail. At least sendmail is still working... root 7233 0.0 0.0 9660 480 pts/2 S 12:17 0:00 /usr/sbin/clamav-milter -blo /var/run/clmilter.sock root 7234 0.0 0.0 9660 480 pts/2 S 12:17 0:00 /usr/sbin/clamav-milter -blo /var/run/clmilter.sock root 7235 0.0 0.0 9660 480 pts/2 S 12:17 0:00 /usr/sbin/clamav-milter -blo /var/run/clmilter.sock root 7240 0.0 1.3 10244 7032 ? S 12:17 0:00 /usr/sbin/clamd root 7241 0.0 1.3 10244 7032 ? S 12:17 0:00 /usr/sbin/clamd root 7242 0.0 1.3 10244 7032 ? S 12:17 0:00 /usr/sbin/clamd root 7275 0.0 0.3 4608 1792 ? S 12:18 0:00 sendmail: accepting connections I just feel like an idiot for not being able to make this work. Thanks for your suggestions though. -----Original Message----- From: Ludek Finstrle [mailto:[EMAIL PROTECTED] Sent: Friday, September 05, 2003 1:59 AM To: [EMAIL PROTECTED] Subject: Re: [Clamav-users] Problems making ClamAV with Milter > 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 ------------------------------------------------------- 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
