Re: [EXIM] sender_net_accept_relay question

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Philip Hazel
日付:  
To: Elliot Finley
CC: exim-users
題目: Re: [EXIM] sender_net_accept_relay question
On Tue, 15 Dec 1998, Elliot Finley wrote:

> I've tried the following entry in my exim config
>
> sender_net_accept_relay = lsearch;/list/of/allowable.relays


This won't work. Lookups are not supported for networks, because I
haven't yet implemented a style of lookup that supports masking.

> I know that I can do
>
> sender_net_accept_relay = /list/of/allowable.relays
>
> but then the list is only read at startup,


That is not true. The list is read whenever it is required to be
searched. The only file that is read at startup is the main
configuration file.

-- 
Philip Hazel            University of Cambridge Computing Service,
ph10@???      Cambridge, England. Phone: +44 1223 334714.



--
*** Exim information can be found at http://www.exim.org/ ***