Jeffrey Starin wrote:
> Is connection_max_messages and batch_max the same thing but for
> different versions of Exim?
No, they are quite different things....
batch_max is the maximum number of *addresses* that are sent in one
transaction - ie for SMTP the maximum number of recipients that a single
SMTP message is sent to (if there are more than that many total
recipients for a single endpoint then additional message copies will be
sent for the additional recipients.
connection_max_messages is the maximum number of *messages* that can be
sent in a single SMTP transaction (and each of those could have up to
batch_max recipient addresses).
> I am running Exim version 4.69, and cannot get either of these values to
> be set in the exim.conf.
You are editing the same config file as exim is looking at?
Nigel.
--
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/