From 81f71b4a88db618731d3530ae219cd1f2e080511 Mon Sep 17 00:00:00 2001 From: Devin Carraway Date: Fri, 29 Jul 2005 08:08:51 +0000 Subject: [PATCH] Mention --detach in changelog git-svn-id: https://svn.perl.org/qpsmtpd/branches/0.31@530 958fd67b-6ff1-0310-b445-bb7760255be9 --- Changes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changes b/Changes index 2f0e11d..595bdec 100644 --- a/Changes +++ b/Changes @@ -11,6 +11,10 @@ postfix backend, which expects to have write permission to a fifo which usually belongs to group postdrop). (pjh) + qpsmtpd-forkserver: if -d or --detach is given on the commandline, + forkserver will detach from the controlling terminal and daemonize + itself (Devin Carraway) + when disconncting with a temporary failure, return 421 rather than 450 or 451. (Peter J. Holzer)