Thanks, I think I got it - i noticed you didn't have the clamav line define(`confINPUT_MAIL_FILTERS', `clmilter') so i took it out and clamav-milter seems to be working fine w/ out it.
re: headers - milter-greylist writes a new header line "Sender IP whitelisted, not delayed by milter-greylist-1.6..." or whatever. what do you use for the delay or wait time and auto whitelist time? thx chris On 8/3/06, Ron Snyder <[EMAIL PROTECTED]> wrote:
> SA and clam work but greylist does nothing. no errors, no added > headers just nothing. Why would you expect headers from greylist? Here's the evidence that shows up that the greylisting did it's thing: Aug 3 00:37:56 mailgate sendmail[29267]: k730bkG7029267: Milter: to=<[EMAIL PROTECTED]>, reject=451 4.7.1 Please try again later (TEMPFAIL) Here are the relevant lines from my .mc INPUT_MAIL_FILTER(`relaydelay', `S=local:/var/run/relaydelay.sock, F=,T=S:1m;R:2m;E:3m') INPUT_MAIL_FILTER(`clmilter', `S=local:/var/run/clamav/clmilter.socket, F=,T=S:4m;R:4m') INPUT_MAIL_FILTER(`spamassassin', `S=unix:/var/run/spamass.sock, F=T,T=C:15m;S:4m;R:4m;E:10m') You might need to check your maillog file to really get to the bottom of why it doesn't seem to be working.