On Wed, Mar 5, 2014 at 6:20 PM, Thomas Cameron
<thomas.cameron@...> wrote:
>
>
>
> All -
>
> I'm using spamass-milter and milter-greylist on RHEL 6 with
> sendmail-8.14.4-8.el6.x86_64.
>
> I am hoping someone has an example of what my sendmail.mc should look
> like to run both milters.
It has been a while since I ran a busy mailer, but when I did, I used
mimedefang to run spamassassin and virus scans because it is very
flexible and efficient. It doesn't include greylisting - you could
roll your own in perl in the mimedefang filter, but it was easier to
run both milters with entries like this:
INPUT_MAIL_FILTER(`greylist',
`S=local:/var/milter-greylist/milter-greylist.sock, F=T, T=S:3m;R:3m')
INPUT_MAIL_FILTER(`mimedefang',
`S=unix:/var/spool/MIMEDefang/mimedefang.sock, F=T,
T=S:60s;R:60s;E:5m')
--
Les Mikesell
lesmikesell@...Message
Re: [milter-greylist] Multiple milter help
2014-03-06 by Les Mikesell
Attachments
- No local attachments were found for this message.