dovecot: mail_max_userip_connections comment fixes
dovecot at dovecot.org
dovecot at dovecot.org
Mon Jul 2 17:56:24 EEST 2007
details: http://hg.dovecot.org/dovecot/rev/7a71ede9334b
changeset: 5858:7a71ede9334b
user: Timo Sirainen <tss at iki.fi>
date: Mon Jul 02 17:56:18 2007 +0300
description:
mail_max_userip_connections comment fixes
diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
dovecot-example.conf | 4 ++--
diffs (21 lines):
diff -r 123748453011 -r 7a71ede9334b dovecot-example.conf
--- 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 @@ protocol imap {
# "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 @@ protocol pop3 {
# %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
More information about the dovecot-cvs
mailing list