Autor: Cronfy Fecha: A: exim-users Asunto: Re: [exim] smtp_reserve_hosts is set, but exim refuses connections
Hello.
> > smtp_accept_reserve = 15
> > smtp_reserve_hosts = mx3.z8.ru : mx4.z8.ru : fb1.z8.ru : fb2.z8.ru
> > : bmx1.z8.ru : chess.z8.ru : mail.z8.ru : rly3.z8.ru : rly2.z8.ru
> > But I see exim still refuses connections from these hosts:
> > Mar 23 13:56:41 null exim-mta-mx2[42655]: temporarily refused
> > connection from mail.z8.ru [80.93.58.56]: not in reserve list: connected=207 max=210 reserve=15
> > Mar 23 13:57:55 null exim-mta-mx2[47334]: temporarily refused
> Have you tried restarting exim? (common leak).
Of course. I reloaded exim several times to ensure.
I found that one host in the list did not exist, is's name was misspelled.
I corrected this error and everything started to work as expected.
I may only conclude that if at least one host in the list could not be resolved,
the entire list does not work. I tested this a couple of times - and I see
the same result. Probably there is a bug? I tried it with exim 4.62,
but I do not know if the latest version has the same behaviour.