Re: [Exim] Hmm

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Nico Erfurth
Dátum:  
Címzett: Adam H. Pendleton, Exim-users
Tárgy: 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