From 5ba811b6940a36dcaac5100f867a6fec1f861318 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 5 Jun 1998 07:29:41 +0000 Subject: Chatty autoprobe. svn path=/trunk/; revision=1910 --- fetchmailconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmailconf') diff --git a/fetchmailconf b/fetchmailconf index a872fba0..048e3aa2 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -916,7 +916,7 @@ class ServerEdit(Frame, MyWidget): else: realhost = self.server.pollname greetline = None - for (protocol, port) in (("IMAP",143), ("POP3",109), ("POP2",109)): + for (protocol, port) in (("IMAP",143), ("POP3",110), ("POP2",109)): sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM) try: sock.connect(realhost, port) -- cgit v1.2.3