Hello everyone, a week ago I had a problem with a productive e-mail server rejecting e-mail because an automatic configuration tool (cfengine) failed on me and rolled out the wrong configuration file. After a very short amount of time (less than an hour) postfix picked up the new configuration file. About an hour later cfengine fixed the problem it caused by redistributing the right configuration file. Postfix took a while to reload the right configuration file again. I already fixed the shortcoming in cfengine by writing a parser for file distribution that can't fail or at least can't break anything while failing. However I would like to know if there is configuration option that tells postfix to do not automatically reload it's configuration file.
Thomas