Patrick wrote:

> Here's something I can't come up with an answer:

> The scenario:
> 1. amavisd reads in a file upon startup e.g. using read_hash for
>    @local_domains_maps to read in a list of domains and subdomains
> 2. The file is edited while amavisd is running

> Question:
> Will amavisd children take notice of the changes when they restart after
> $max_request or do I need to restart the master server process?

> [EMAIL PROTECTED]


If you set:
$max_servers = 1;
$max_requests = 1;

so a new child is created for each message, then you make changes to a
static map, you will see that changes to static maps require a reload.


Gary V



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to