Re: sendmail and milter

2006-08-23 Thread riwanlky
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,cl

Re: sendmail and milter

2006-08-10 Thread Zoong PHAM
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

sendmail and milter

2006-08-10 Thread riwanlky
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