Re: [Exim] reject/accept order

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Randy Bush
Data:  
Para: exim users
Asunto: Re: [Exim] reject/accept order
> i have the pop-before-smtp hack in. i also have duls checking. it seems
> that the duls reject, i.e. rbl_domains, is checked before host_accept_relay.
> is there some other way i should be doing this?


a look at the source clarifies things a bit. the rbl check is after the
host_accept_relay check. problem is the rbl check is done despite the
connection being from a host in the host_accept_relay list.

i am trying a small grotty hack which i have also sent to philip.

randy