I've installed the clamav and clamav-milter packages on a system and configured the /etc/mail/sendmail.mc file to use it. I did a make in the /etc/mail directory, confirmed that the new sendmail.cf file seemed to contain the proper references to the milter socket and then restarted sendmail. It doesn't work. :-( /etc/mail/sendmail.mc contains (among other things) the lines: -------------------- INPUT_MAIL_FILTER(`clamav-milter', `S=local:/var/run/clamav/clamav-milter.sock,F=,T=S:4m;R:4m;E:10m')dnl define(`confINPUT_MAIL_FILTERS', `clamav-milter')dnl -------------------- The /etc/mail.sendmail.cf file contains (among other things) the lines: -------------------- # Input mail filters O InputMailFilters=clamav-milter # Milter options #O Milter.LogLevel O Milter.macros.connect=j, _, {daemon_name}, {if_name}, {if_addr} O Milter.macros.helo={tls_version}, {cipher}, {cipher_bits}, {cert_subject}, {ce rt_issuer} O Milter.macros.envfrom=i, {auth_type}, {auth_authen}, {auth_ssf}, {auth_author} , {mail_mailer}, {mail_host}, {mail_addr} O Milter.macros.envrcpt={rcpt_mailer}, {rcpt_host}, {rcpt_addr} #^L ###################################################################### ###################################################################### ##### ##### MAIL FILTER DEFINITIONS ##### ###################################################################### ###################################################################### Xclamav-milter, S=local:/var/run/clamav/clamav-milter.sock,F=,T=S:4m;R:4m;E:10m #^L -------------------- Using 'grep -i milter /var/log/messages' returns nothing more than startup and shutdown messages for the clamav-milter process. Can anyone tell me what I'm doing wrong? Am I missing something that is needed to enable milter support in sendmail? -- Michael St. Laurent Hartwell Corporation -- Shrike-list mailing list Shrike-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/shrike-list