> > What is your command line for clamav-milter ?
Sorry, I forgot to say this is clamav-0.60 with the included clamav-milter. The process looks like this: /usr/local/sbin/clamav-milter -c /usr/local/etc/clamav.conf -bl local:/var/run/clmilter.sock clamav.conf has this line in it for LocalSocket: LocalSocket /var/run/clamd.sock My sendmail M4 file has these entries for milters: INPUT_MAIL_FILTER(`clmilter', `S=local:/var/run/clmilter.sock, F=, T=S:4m;R:4m') INPUT_MAIL_FILTER(`spamassassin', `S=local:/var/run/spamass-milter.sock, F=, T=C:15m;S:4m;R:4m;E:10m') And the resulting .cf file has these entries: O InputMailFilters=clmilter, spamassassin Xclmilter, S=local:/var/run/clmilter.sock, F=, T=S:4m;R:4m Xspamassassin, S=local:/var/run/spamass-milter.sock, F=, T=C:15m;S:4m;R:4m;E:10m clamav-milter is definitely getting stuff from sendmail, but never contacts clamd (I've been trussing clamd for days and not a single accept() call). Your help is greatly appreciated! Thanks rgr -- Richard G. Roberto [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]