spamass milter + clamav milter + milter greylist != working

Thomas Cameron thomas.cameron at camerontech.com
Sun Aug 6 04:13:51 UTC 2006


Bazooka Joe wrote:
> Has anyone gotten the 3 fore mentioned milters working?
> 
> SA and clam work but greylist does nothing.  no errors, no added
> headers just nothing.
> 
> if i take out clamav from the mc then greylisting works and SA works
> but not all three together.
> 
> parts of sendmail.mc in question. (in order)
> 
> greylist:
> INPUT_MAIL_FILTER(`greylist',
> `S=local:/var/lib/milter-greylist/run/milter-greylist.sock')dnl
> define(`confMILTER_MACROS_CONNECT', `j, {if_addr}')dnl
> define(`confMILTER_MACROS_HELO', `{verify}, {cert_subject}')dnl
> define(`confMILTER_MACROS_ENVFROM', `i, {auth_authen}')dnl
> 
> clam-milter:
> INPUT_MAIL_FILTER(`clmilter',
> `S=local:/var/run/clamav-milter/clamav.sock, F=, T=S:4m;R:4m')dnl
> define(`confINPUT_MAIL_FILTERS', `clmilter')
> 
> SA:
> INPUT_MAIL_FILTER(`spamassassin',
> `S=local:/var/run/spamass-milter/spamass-milter.sock, F=,
> T=C:15m;S:4m;R:4m;E:10m')dnl
> 
> 
>  sry if this is too much of a sendmail centric question - I thought i
> would w/ the server admins here first.
> 
> thx

Sorry for the delay in answering - I have that setup working just fine.

INPUT_MAIL_FILTER(`greylist',`S=local:/var/milter-greylist/milter-greylist.sock')dnl
define(`confMILTER_MACROS_HELO', `{verify}, {cert_subject}')dnl
define(`confMILTER_MACROS_ENVFROM', `i, {auth_authen}')dnl

INPUT_MAIL_FILTER(`spamassassin', `S=local:/var/run/spamass.sock, F=, 
T=C:15m;S:4m;R:4m;E:10m')dnl
define(`confMILTER_MACROS_CONNECT',`b, j, _, {daemon_name}, {if_name}, 
{if_addr}')dnl

INPUT_MAIL_FILTER(`clamav-milter', 
`S=local:/var/run/clamav/clamav-milter.sock, F=T,T=S:4m;R:4m;E:10m')




More information about the fedora-list mailing list