On Mon, 9 Aug 1999, Cris Daniluk wrote:
> I found out the problem and its interesting at best. The messages are
> being deferred by outgoing mail servers because we're sending mail *too*
> fast :) For testing we're only using a select number of servers. Is there
> a way to moderate qmail so it only opens X connections to any one server
> at any given time? This would alleviate this problem.
no, not very easily. qmail-send doesn't maintain much information about a
message, just a priority queue of messages without any domain name related
information. in order to implement this one would have to change a major
data structure to hold a reference to the domain name, and then allow
out-of-order selection from the priority queue.
RjL