--- On Mon, 8/20/12, Wietse Venema <wie...@porcupine.org> wrote:
> From: Wietse Venema <wie...@porcupine.org> > Subject: Re: How to correctly signal postfix to close the session from an TCP > Table/Policy Service - Connections are kept open for 1min after service > shutdown > To: "Postfix users" <postfix-users@postfix.org> > Date: Monday, August 20, 2012, 9:17 AM > The tcp_table client timeout is not > configurable (it also is not > 60s). Closing the socket after each query is wrong. > > First, you need to set the SO_REUSEADDR socket option on the > LISTEN > socket. This did the trick, thank you! > > Second, before restarting your server, you need to terminate > ALL > tcp table server processes. I did that already, but the issue is now resolved - thanks!