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 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 exited
from reading loops with this, because I ended writting this code
perhaps one year ago... and from there has been in testing proccess
although I haven't looked almost at the code because no errors have
appeared. So... it's done then, all perfect :).
Bye thanks!!!