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 server always "mates" with a policy server that > >>>> has the full time limit left. > > > > After the SMTP server has "mated" with a new policy daemon process, > > the SMTP server keeps the connection open until it terminates. > > During this time, the SMTP server will handle one or more SMTP > > client requests, such as multiple requests in one SMTP session or > > requests from different SMTP client (one SMTP client connects, > > disconnects, another SMTP client connects, etc.) > > > > When the SMTP server disconnects from the policy daemon, the > > policy daemon must terminate. > > 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