Re: [Exim] Hmm

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Nico Erfurth
日付:  
To: Adam H. Pendleton, Exim-users
題目: 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