Re: [Exim] Hmm

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Nico Erfurth
Date:  
À: Adam H. Pendleton, Exim-users
Sujet: 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