dovecot-2.1: pop3c: Change the default port to 110, not 143.

dovecot at dovecot.org dovecot at dovecot.org
Sat Jan 21 22:23:40 EET 2012


details:   http://hg.dovecot.org/dovecot-2.1/rev/8f5cdb88d047
changeset: 13981:8f5cdb88d047
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Jan 21 22:23:28 2012 +0200
description:
pop3c: Change the default port to 110, not 143.

diffstat:

 src/lib-storage/index/pop3c/pop3c-settings.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r b6f9fa12dca6 -r 8f5cdb88d047 src/lib-storage/index/pop3c/pop3c-settings.c
--- a/src/lib-storage/index/pop3c/pop3c-settings.c	Sat Jan 21 18:57:31 2012 +0200
+++ b/src/lib-storage/index/pop3c/pop3c-settings.c	Sat Jan 21 22:23:28 2012 +0200
@@ -32,7 +32,7 @@
 
 static const struct pop3c_settings pop3c_default_settings = {
 	.pop3c_host = "",
-	.pop3c_port = 143,
+	.pop3c_port = 110,
 
 	.pop3c_user = "%u",
 	.pop3c_password = "",


More information about the dovecot-cvs mailing list