Hi.
I intend to use amazon SES as an external relay.
The problem is that amazon imposes some limits (50 recipients per email and sending 14 mails per second).
I have tried to find some method to move these restrictions to exim, but I have found no solution.
Any idea how I can configure these limits in exim?
The option recipients_max_reject = true is not valid for the smtp driver.
However recipients_max = [x] divides the sending into batches (with a maximum of [ x ] recipients).
Amazon SES will consider the batch sending valid even if envelopes have the same ID.