On 12/11/2015 05:15 AM, Szépe Viktor wrote: > I've set MAXDELS to 100 and I expect Courier to deliver to 100 servers > simultaneously. > But I cannot reach it.
Try "courier flush" The "MAX" setting is just that: a cap. It doesn't mean that courier will always attempt 100 deliveries simultaneously. The only time you'd expect that to happen is when 100 or more messages were queued, at approximately the same time, to 100 or more domains. Courier pipelines messages to the same domain through the same pipe. That optimization can cut out a lot of overhead, including fewer processes on your server handling messages to that domain. You should also know that each message has its own schedule. If delivery is attempted and fails, that message will be left in the queue, idle, for a period specified by the "esmtpdelay" setting. Read the "courier" man page section on "esmtpdelay" for lots of information about message handling. In short, though, courier won't keep its MAXDELS full if the messages not currently active have their next delivery attempt scheduled at some time in the future. ------------------------------------------------------------------------------ _______________________________________________ courier-users mailing list courier-users@lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users