Re: question about policy daemon time limit

2009-09-13 Thread Egoitz Aurrekoetxea Aurre
I set 40 seconds for policy time limit and too for smtpd_policy_service_max_ttl I telneted the smtpd later after data command I waited 2 minutes (for exceeding nice the 40 seconds) for Perhaps surprisingly, Postfix starts a new policy daemon when a policy daemon process terminates too s

Re: question about policy daemon time limit

2009-09-13 Thread Wietse Venema
Egoitz Aurrekoetxea Aurre: > >> > >> When you run the policy service under the Postfix spawn daemon, > >> terminate when a read operation returns an end-of-file indication. > >> > >>Wietse > > > > Hi Wietse, > > > > Have just read this... yep this is just what I do, I read from input > > fd w

Re: question about policy daemon time limit

2009-09-13 Thread Egoitz Aurrekoetxea Aurre
When you run the policy service under the Postfix spawn daemon, terminate when a read operation returns an end-of-file indication. Wietse Hi Wietse, Have just read this... yep this is just what I do, I read from input fd with <> wich in perl does the trick. I didn't remember I exite

Re: question about policy daemon time limit

2009-09-13 Thread Egoitz Aurrekoetxea Aurre
and how could I know that the smtp server has disconnected from the policy server? what does postfix send for knowing it? When you run the policy service under the Postfix spawn daemon, terminate when a read operation returns an end-of-file indication. Wietse Hi Wietse, Have just

Re: question about policy daemon time limit

2009-09-12 Thread Wietse Venema
Egoitz Aurrekoetxea Aurre: > > Egoitz Aurrekoetxea Aurre: > When you are running the policy service under the spawn daemon: > > 1) The time limit BEGINS after an SMTP server connects to the > policy server port, when a new policy daemon process is created. > Thus, an SMTP

Re: question about policy daemon time limit

2009-09-12 Thread Egoitz Aurrekoetxea Aurre
El 12/09/2009, a las 15:38, Wietse Venema escribió: Egoitz Aurrekoetxea Aurre: When you are running the policy service under the spawn daemon: 1) The time limit BEGINS after an SMTP server connects to the policy server port, when a new policy daemon process is created. Thus, an SMTP server

Re: Fwd: question about policy daemon time limit

2009-09-12 Thread Wietse Venema
Egoitz Aurrekoetxea Aurre: > >> When you are running the policy service under the spawn daemon: > >> > >> 1) The time limit BEGINS after an SMTP server connects to the > >> policy server port, when a new policy daemon process is created. > >> Thus, an SMTP server always "mates" with a policy se

Fwd: question about policy daemon time limit

2009-09-12 Thread Egoitz Aurrekoetxea Aurre
I have resent this message to just Wietse... but I wanted to send it to whole mailing list. So I do. When you are running the policy service under the spawn daemon: 1) The time limit BEGINS after an SMTP server connects to the policy server port, when a new policy daemon process is crea

Re: question about policy daemon time limit

2009-09-12 Thread Wietse Venema
Egoitz Aurrekoetxea Aurre: > Hi, > > I'm pretty sure about this but... I prefer asking for being totally > sure. Hey mates imagine a policy daemon has a (server time limit) time > limit of 3600 seconds... like hasn't arrived the max_idle time... > spawn doesn't close it and now it's near

question about policy daemon time limit

2009-09-12 Thread Egoitz Aurrekoetxea Aurre
Hi, I'm pretty sure about this but... I prefer asking for being totally sure. Hey mates imagine a policy daemon has a (server time limit) time limit of 3600 seconds... like hasn't arrived the max_idle time... spawn doesn't close it and now it's near to it's time_limit imagine that