On 9/1/2013 3:20 PM, Roman Gelfand wrote: > I am not sure I understand this. Isn't every message a separate connection? > > If what it means to say is I have exceeded a quota for sending out > emails per time period, what is there to do about it? > > Thanks in advance >
Postfix can reuse a connection if there is a lot of mail for a single destination. The destination might disconnect at some point, after which postfix is free to try again. Generally you can ignore this and it will sort itself out. If it doesn't sort itself out in a reasonable amount of time, you can configure delivery delays for that destination. Some reading, but a warning that ill-considered changes can make things worse: http://www.postfix.org/QSHAPE_README.html http://www.postfix.org/TUNING_README.html -- Noel Jones