From: Timo Sirainen Date: Wed, 29 Apr 2009 16:57:59 +0000 (-0400) Subject: dovecot-example.conf: Improved rawlog example. X-Git-Tag: 2.0.alpha1~884 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=90a4830d290eac1044fb1b8a54cb432a2f9a79a0;p=thirdparty%2Fdovecot%2Fcore.git dovecot-example.conf: Improved rawlog example. --HG-- branch : HEAD --- diff --git a/dovecot-example.conf b/dovecot-example.conf index e90d7c9b3f..6c4375e089 100644 --- a/dovecot-example.conf +++ b/dovecot-example.conf @@ -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 + # # # This would attach gdb into the imap process and write backtraces into # /tmp/gdbhelper.* files: