Autor: Sheldon Hearn Data: Para: exim-users Assunto: [Exim] Re: exim-3.34 smtp_accept_reserve not working
On Fri, 22 Feb 2002 13:19:46 +0200, Sheldon Hearn wrote:
> I have Exim configured as follows with respect to SMTP connection
> limitations:
>
> smtp_reserve_hosts = 10.0.0.0/24
> smtp_accept_reserve = 50
> smtp_accept_max_per_host = 5
> smtp_accept_max = 550
Bleh, looks like I _was_ misreading the spec after all. Seems the
smtp_accept_reserve and smtp_reserve_hosts options affect
smtp_accept_max but not smtp_accept_max_per_host.