dovecot-2.1: example-config: imap_logout_format default was wrong.

dovecot at dovecot.org dovecot at dovecot.org
Fri Jun 15 17:12:38 EEST 2012


details:   http://hg.dovecot.org/dovecot-2.1/rev/a4cd22976ddb
changeset: 14559:a4cd22976ddb
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Jun 15 17:12:24 2012 +0300
description:
example-config: imap_logout_format default was wrong.

diffstat:

 doc/example-config/conf.d/20-imap.conf |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r cad676b57cc8 -r a4cd22976ddb doc/example-config/conf.d/20-imap.conf
--- a/doc/example-config/conf.d/20-imap.conf	Fri Jun 15 15:12:33 2012 +0300
+++ b/doc/example-config/conf.d/20-imap.conf	Fri Jun 15 17:12:24 2012 +0300
@@ -18,7 +18,7 @@
   # IMAP logout format string:
   #  %i - total number of bytes read from client
   #  %o - total number of bytes sent to client
-  #imap_logout_format = bytes=%i/%o
+  #imap_logout_format = in=%i out=%o
 
   # Override the IMAP CAPABILITY response. If the value begins with '+',
   # add the given capabilities on top of the defaults (e.g. +XFOO XBAR).


More information about the dovecot-cvs mailing list