Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

sendmail and milter

1 view
Skip to first unread message

riwanlky

unread,
Aug 10, 2006, 9:05:21 PM8/10/06
to
hi all,

if it is possible to have more than one milter while using sendmail?
i have the following configuration in my sendmail.cf

# Input mail filters
O InputMailFilters=clmilter
Xclmilter, S=local:/var/run/clamav/clmilter.sock, F=, T=S:4m;R:4

O InputMailFilters=rxmilter
Xrxmilter, S=local:/var/spool/milter-regex/sock, T=S:30s;R:2m

however it seem that only milter-regex is working.

I used to have only clmilter, for antivirus scanning, then I add milter-regex
for filtering.

thanks and best regards,
riwan

Zoong PHAM

unread,
Aug 10, 2006, 11:19:04 PM8/10/06
to
On Friday, 11 August 2006 at 8:00:38 +0700, riwanlky wrote:
>
> if it is possible to have more than one milter while using sendmail?

Yes.

> i have the following configuration in my sendmail.cf

You should add/remove milters via the mc file rather than directly
modifying sendmail.cf

HTH,
Zoong

riwanlky

unread,
Aug 24, 2006, 12:50:17 AM8/24/06
to
Hi Zoong,

I had been able to do so in the sendmail.cf

I did this:


O InputMailFilters=rxmilter
Xrxmilter, S=local:/var/spool/milter-regex/sock, T=S:30s;R:2m
O InputMailFilters=clmilter
Xclmilter, S=local:/var/run/clamav/clmilter.sock, F=, T=S:4m;R:4

Where I should:
O InputMailFilters=rxmilter,clmilter


Xrxmilter, S=local:/var/spool/milter-regex/sock, T=S:30s;R:2m

Xclmilter, S=local:/var/run/clamav/clmilter.sock, F=, T=S:4m;R:4

Now both are working fine.

Best regards,
Riwan

0 new messages