Re: [Exim] Hmm

Top Pagina
Delete this message
Reply to this message
Auteur: Nico Erfurth
Datum:  
Aan: Adam H. Pendleton, Exim-users
Onderwerp: Re: [Exim] Hmm
Adam H. Pendleton wrote:
> Does this mean that local_domains is evaluated every time a new message
> is received, rather than a static list expanded at startup?


Yes. Exim does some query/lookup/list caching, but only on a per process
base. It's all documented in spec.txt.

Nico