changeset 8988:37c0111961f5 HEAD

dovecot-example.conf: Improved rawlog example.
author Timo Sirainen <tss@iki.fi>
date Wed, 29 Apr 2009 12:57:59 -0400
parents 0d3b712342d9
children a2ae93a8c7d2
files dovecot-example.conf
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dovecot-example.conf	Wed Apr 29 12:40:24 2009 -0400
+++ b/dovecot-example.conf	Wed Apr 29 12:57:59 2009 -0400
@@ -541,8 +541,9 @@
   # IMAP executable location. Changing this allows you to execute other
   # binaries before the imap process is executed.
   #
-  # This would write rawlogs into ~/dovecot.rawlog/ directory:
+  # This would write rawlogs into user's ~/dovecot.rawlog/, if it exists:
   #   mail_executable = /usr/libexec/dovecot/rawlog /usr/libexec/dovecot/imap
+  # <doc/wiki/Debugging/Rawlog>
   #
   # This would attach gdb into the imap process and write backtraces into
   # /tmp/gdbhelper.* files: