Multiple Milters

2009-06-11 Thread Ihsan Dogan
Hello, I'm running two spamfilters on two machines, which are accessed with milter. In case of an error (eg: the first milter service is not running), I would like that Postfix wold use the second one on the other host. I was expecting something something like this: smtpd_milters = inet:[127.0.0

Multiple Milters Separator?

2011-01-27 Thread Steve Jenkins
If we're using mutliple milters (with smtpd_milters), is it appropriate to separate them with: a space? smtpd_milters = inet:localhost:10035 inet:localhost:10036 a comma? smtpd_milters = inet:localhost:10035,inet:localhost:10036 a comma and a space? smtpd_milters = inet:localhost:10035, inet:loc

Re: Multiple Milters

2009-06-11 Thread Wietse Venema
gt; I was expecting something something like this:^M > smtpd_milters = inet:[127.0.0.1],[1.2.3.4]:41001^M When you specify multiple milters in smtpd_milters or non_smtpd_milters, this means that Postfix always use all of them. The syntax is different than what you have above. > Is such a setup poss

Re: Multiple Milters

2009-06-11 Thread Kouhei Sutou
Hi, In <5f0a4d43797f50decd8590a59d9e6...@localhost> "Multiple Milters" on Thu, 11 Jun 2009 09:27:11 +0200, Ihsan Dogan wrote: > I'm running two spamfilters on two machines, which are accessed with > milter. In case of an error (eg: the first milter service is n

Re: Multiple Milters

2009-06-12 Thread Ihsan Dogan
I was expecting something something like this:^M >> smtpd_milters = inet:[127.0.0.1],[1.2.3.4]:41001^M > > When you specify multiple milters in smtpd_milters or non_smtpd_milters, > this means that Postfix always use all of them. The syntax is > different than what you have above. &g

Re: Multiple Milters

2009-06-12 Thread Noel Jones
thing something like this:^M smtpd_milters = inet:[127.0.0.1],[1.2.3.4]:41001^M When you specify multiple milters in smtpd_milters or non_smtpd_milters, this means that Postfix always use all of them. The syntax is different than what you have above. Is such a setup possible with Postfix?^M Not supp

Re: Multiple Milters

2009-06-12 Thread Ihsan Dogan
Am 12.6.2009 17:50 Uhr, Noel Jones schrieb: Is such a setup possible with Postfix?^M >>> Not supported. Eror control is limited to milter_default_action. >> I see. >> >> If I specify "milter_default_action = reject" and there is an error with >> the milter daemon, Postfix will give a 554. Wha

Re: Multiple Milters Separator?

2011-01-27 Thread Wietse Venema
Steve Jenkins: [ Charset ISO-8859-1 unsupported, converting... ] > If we're using mutliple milters (with smtpd_milters), is it > appropriate to separate them with: > > a space? > smtpd_milters = inet:localhost:10035 inet:localhost:10036 > > a comma? > smtpd_milters = inet:localhost:10035,inet:loc

Re: Multiple Milters Separator?

2011-01-28 Thread J4K
On 01/27/2011 11:51 PM, Wietse Venema wrote: > Steve Jenkins: > [ Charset ISO-8859-1 unsupported, converting... ] >> If we're using mutliple milters (with smtpd_milters), is it >> appropriate to separate them with: >> >> a space? >> smtpd_milters = inet:localhost:10035 inet:localhost:10036 >> >> a

Multiple milters - how to properly configure it ?

2020-10-01 Thread Konrad Wawryn
Hi, I would like to setup additional Milter in my Linux Appliance. The problem is, that I have already one (defined in master.cf) which is used by E-mail encryption system located on the same host. Second milter I would like to setup for Data Loss Prevention System, where E-Mail will be forwa

What order do multiple milters & proxies get processed in?

2011-04-15 Thread Rob Arista
Heya. I've had a really simple Postfix server running for a couple of months. I managed to get a decent hang of smtpd_*_restrictions and been rejecting a bunch of spam. Not enough though so I'm looking to do some more protection. I've been reading about AddOns, and the lots of available ProxyFi

Re: What order do multiple milters & proxies get processed in?

2011-04-16 Thread Wietse Venema
Rob Arista: > Heya. > > I've had a really simple Postfix server running for a couple of > months. I managed to get a decent hang of smtpd_*_restrictions and > been rejecting a bunch of spam. Not enough though so I'm looking to > do some more protection. > > I've been reading about AddOns, and t

Re: What order do multiple milters & proxies get processed in?

2011-04-16 Thread Rob Arista
On Sat, Apr 16, 2011 at 5:21 AM, Wietse Venema wrote: > smtpd -> before queue filter -> smtpd -> cleanup -> queue > > The Milter filter model for SMTP submission is: > > smtpd+smtpd_milters -> cleanup -> queue > > Where smtpd gives the SMTP commands to the Milter, and where cleanup > gives the hea

Re: What order do multiple milters & proxies get processed in?

2011-04-16 Thread Wietse Venema
Rob Arista: > On Sat, Apr 16, 2011 at 5:21 AM, Wietse Venema wrote: > > smtpd -> before queue filter -> smtpd -> cleanup -> queue > > > > The Milter filter model for SMTP submission is: > > > > smtpd+smtpd_milters -> cleanup -> queue > > > > Where smtpd gives the SMTP commands to the Milter, and w