Travis Dolan: > That is the issue, the receiving server can receive more than what I am > sending to it. When I run "postsuper -r ALL; postix flush" I can watch all > the queued messages get delivered within a couple minutes no problem. > Netstat shows the allotted amount of connections defined in the custom smtp > transport open, and messages fly off my server. The bottle neck does not > seem to be on the receiver, it seems to be the active queue on the sending > host.
Postfix will try to deliver all mail immediately, unless mail is deferred (and you don't know what to look for) or your mail queue sits on a file server, and the client and server clocks aren't properly maintained. Wietse