Re: [exim] rate limit for maximum outgoing emails to mail-re…

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Jeremy Harris
Fecha:  
A: exim-users
Asunto: Re: [exim] rate limit for maximum outgoing emails to mail-relay
On 28/02/18 18:33, Mike Brudenell via Exim-users wrote:
> our policy is to use the package
> that comes with the LTS (Long Term Stable) release of Ubuntu on which we
> run the service. The next LTS release is due in April, at which point I
> leapfrog from 4.86 + security fixes to 4.90.1.


Once you have 4.90 you'll be able to use a msg:delivery Event to do the
ratelimit update, and only test the ratelimit value from the router;
then it doesn't matter how many times the latter is called.

Though, come to think of it, you could use a dummy expansion in the
transport to do the update now. It'll be vulnerable to failed
delivery attempts, but preferable to doing it at routing time.
--
Cheers,
Jeremy