Diego Castillo: > Hi all, > > I would like to force my Postfix SMTP server to disconnect from time to > time, in order to prevent its clients from reusing the same connection for > too long or for too many transactions. > > After reading through the documentation and searching the archives of this > mailing list, I can not find any configuration parameter for doing this. I
This project takes pride in providing accurate documentation. If something isn't documented, then it is not implemented, or there is no guarantee that it will behave the same way in the next release. If you want to hang up a connection then you need an smtpd policy daemon that sends a 421 reply. Wietse > have just found this parameter > [http://www.postfix.org/postconf.5.html#smtpd_hard_error_limit] for forcing > server disconnection after some errors. Is it possible to set up similar > limits, but based on time or number of SMTP transactions? > > Thank you, > > > Diego Castillo > > >