From 2dcf7533e9faabaf8c622778509a71b3e807c466 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sun, 24 Aug 2003 12:36:47 +0300 Subject: [PATCH] added rawlog example --HG-- branch : HEAD --- dovecot-example.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dovecot-example.conf b/dovecot-example.conf index f8fb0ff1eb..7ce1bbe857 100644 --- a/dovecot-example.conf +++ b/dovecot-example.conf @@ -308,6 +308,8 @@ protocol imap { # IMAP executable location #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 -- 2.47.3