Re: [exim] Do you need to restart exim to read new relay_fro…

Top Page
Delete this message
Reply to this message
Author: Phil Pennock
Date:  
To: Frank DeChellis
CC: exim-users
Subject: Re: [exim] Do you need to restart exim to read new relay_from_host
On 2010-04-06 at 20:23 -0400, Frank DeChellis wrote:
> If I add IP address to my relay_from_host file, do I need restart exim or
> does it check that file each time for a valid host?


External file reads might be cached within the lifetime of a process,
but the daemon which accepts inbound connections should not have read
it, and I believe would invalidate the cache at fork time anyway (I
might be wrong).

So updates should be automatically picked up because each process which
tries to use the data will be opening the file afresh.

§9.8 Lookup caching

-Phil