diff dovecot-example.conf @ 3864:6124ca416a6c HEAD

Added gdbhelper binary.
author Timo Sirainen <tss@iki.fi>
date Sat, 14 Jan 2006 14:46:33 +0200
parents 18a786df5815
children f95146a34af9
line wrap: on
line diff
--- a/dovecot-example.conf	Fri Jan 13 22:25:57 2006 +0200
+++ b/dovecot-example.conf	Sat Jan 14 14:46:33 2006 +0200
@@ -413,10 +413,17 @@
   # Login executable location.
   #login_executable = /usr/libexec/dovecot/imap-login
 
-  # IMAP executable location
+  # 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:
+  #   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:
+  #   mail_executable = /usr/libexec/dovecot/gdbhelper /usr/libexec/dovecot/imap
+  #
   #mail_executable = /usr/libexec/dovecot/imap
-  # This would write rawlogs into ~/dovecot.rawlog/ directory:
-  #mail_executable = /usr/libexec/dovecot/rawlog /usr/libexec/dovecot/imap
 
   # Maximum IMAP command line length in bytes. Some clients generate very long
   # command lines with huge mailboxes, so you may need to raise this if you get