changeset 5858:7a71ede9334b HEAD

mail_max_userip_connections comment fixes
author Timo Sirainen <tss@iki.fi>
date Mon, 02 Jul 2007 17:56:18 +0300
parents 123748453011
children dfdedb187b26
files dovecot-example.conf
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/dovecot-example.conf	Mon Jul 02 17:52:05 2007 +0300
+++ b/dovecot-example.conf	Mon Jul 02 17:56:18 2007 +0300
@@ -523,7 +523,7 @@
   # "Too long argument" or "IMAP command line too large" errors often.
   #imap_max_line_length = 65536
 
-  # Maximum number of POP3 connections allowed for a user from each IP address.
+  # Maximum number of IMAP connections allowed for a user from each IP address.
   # NOTE: The username is compared compared case-sensitively.
   #mail_max_userip_connections = 10
 
@@ -634,7 +634,7 @@
   #  %s - mailbox size in bytes (before deletion)
   #pop3_logout_format = top=%t/%p, retr=%r/%b, del=%d/%m, size=%s
 
-  # Maximum number of IMAP connections allowed for a user from each IP address.
+  # Maximum number of POP3 connections allowed for a user from each IP address.
   # NOTE: The username is compared compared case-sensitively.
   #mail_max_userip_connections = 3