diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2004-11-10 10:29:56 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2004-11-10 10:29:56 +0000 |
commit | 3d23590382767a12bc27fb9e5f1c546293cf84b5 (patch) | |
tree | 4d18f8afc789a5035030a8777bfe2226cefb1192 /doc/doc-txt/NewStuff | |
parent | b5c459685d7c2f5dca7e6d92be33c5932ece40b8 (diff) |
Added -dd for daemon debugging.
Diffstat (limited to 'doc/doc-txt/NewStuff')
-rw-r--r-- | doc/doc-txt/NewStuff | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 5ed166193..19150e85f 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/NewStuff,v 1.7 2004/11/05 16:53:28 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/NewStuff,v 1.8 2004/11/10 10:29:56 ph10 Exp $ New Features in Exim -------------------- @@ -61,6 +61,12 @@ Version 4.44 The main use of these variables is expected to be to distinguish between rejections of MAIL and rejections of RCPT. + 8. The command line option -dd behaves exactly like -d except when used on a + command that starts a daemon process. In that case, debugging is turned off + for the subprocesses that the daemon creates. Thus, it is useful for + monitoring the behaviour of the daemon without creating as much output as + full debugging. + Version 4.43 |