Jeroen van Aart: > I should add that I was miss interpreting the "terminating on signal > 15". That in fact is my monitor doing its work, which I installed after > noticing postfix would regularly quit. It's likely the actual kill
Internally, "postfix stop" uses SIGTERM to terminate the master daemon. This signal is also used by system shutdown procedures. Other processes have no business sending SIGTERM to the Postix master daemon. Wietse