Dear Anoop, On 18 Oct 2014, at 10:48, Anoop John <[email protected]> wrote: > > > Is there some setting in exim that can drop connections if there is no > authentication within a timeout or something like that?
You might also try to limit the number of connections per server, which I find
works very well. I find I do not need a high connection limit as most servers
will try pipelining.
Something like:
smtp_accept_max_per_host = ${if \
match_ip\
{$sender_host_address}\
{+priority_hosts}\
{0}\
{4}\
}
Kind regards
Xander
signature.asc
Description: Message signed with OpenPGP using GPGMail
-- ## 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/
