On Sat, Sep 03, 2016 at 08:12:20PM +0200, Gilles Chehade wrote: > On Sat, Sep 03, 2016 at 08:09:25PM +0200, Eric Faurot wrote: > > Hi, > > > > Here is a diff to remove the "smtpctl stop" command. > > The proper way to stop a daemon is kill(1)/pkill(1) only. > > It makes no sense to have different code path for that. > > > > much agreed, queue code was designed to be kill-safe, the mta doesn't > care because it will retry and the smtp code can catch & 421
Well, we can still implement a graceful shutdown if needed, but it should be triggered by the signal. Eric.
