diff dovecot-example.conf @ 5979:433745f10290 HEAD

Added %i and %o for input/output bytes to pop3_logout_format.
author Timo Sirainen <tss@iki.fi>
date Fri, 13 Jul 2007 02:37:19 +0300
parents 38a73d870731
children 57b70f64f997
line wrap: on
line diff
--- a/dovecot-example.conf	Fri Jul 13 01:46:27 2007 +0300
+++ b/dovecot-example.conf	Fri Jul 13 02:37:19 2007 +0300
@@ -638,6 +638,8 @@
   #pop3_uidl_format = 
 
   # POP3 logout format string:
+  #  %i - total number of bytes read from client
+  #  %o - total number of bytes sent to client
   #  %t - number of TOP commands
   #  %p - number of bytes sent to client as a result of TOP command
   #  %r - number of RETR commands