On 09/02/06, Marc Perkel <marc@???> wrote: > Does Exim have some kind of a graceful restart option so that I could
> change the config files without killing all the current processes? If it
> doesn't have this I'd like to suggest it. HTTPD has it and it's nice.
kill -HUP does the same thing to Exim as it does to Apache (more or
less). Your copy of spec.txt tells you this in Chapter 5, section 5.3
(for 4.60).