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

-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to