Autor: Georg v.Zezschwitz Data: Para: Trevor Sky Garside CC: exim-users Assunto: Re: [Exim] any way to enable auth from the command line?
On Thu, Aug 24, 2000 at 10:55:46AM -0700, Trevor Sky Garside wrote:
... > re-read. The reason I ask is because I would like to be able to add/remove
> domains from the local_domains line on a regular basis. I'm always wary of
> restarting services, as this is usually somewhat costly (processor and time
> wise). How is it with Exim?
Hi Trevor,
just put your domains into an external file, like:
local_domains = "/etc/exim/local-domains"
This way, you can update the information without any restart
/ SIGHUP.