]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
dovecot-example.conf: Improved rawlog example.
authorTimo Sirainen <tss@iki.fi>
Wed, 29 Apr 2009 16:57:59 +0000 (12:57 -0400)
committerTimo Sirainen <tss@iki.fi>
Wed, 29 Apr 2009 16:57:59 +0000 (12:57 -0400)
--HG--
branch : HEAD

dovecot-example.conf

index e90d7c9b3f556f46ace7435a48a899caf0473247..6c4375e0897c9a6dd684ae33888a68091c50a61d 100644 (file)
@@ -546,8 +546,9 @@ protocol imap {
   # 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: