From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84833 Path: news.gmane.org!not-for-mail From: Bernardo Newsgroups: gmane.emacs.gnus.general Subject: IMAP connection going to the wrong port Date: Sun, 31 Aug 2014 20:31:45 +1000 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1409634474 12732 80.91.229.3 (2 Sep 2014 05:07:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 2 Sep 2014 05:07:54 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M33077@lists.math.uh.edu Tue Sep 02 07:07:46 2014 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XOgJk-0004J8-RR for ding-account@gmane.org; Tue, 02 Sep 2014 07:07:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1XOgIu-0008GJ-S0; Tue, 02 Sep 2014 00:06:52 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1XO2TT-0005VI-Mc for ding@lists.math.uh.edu; Sun, 31 Aug 2014 05:35:07 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1XO2TS-0006eO-Ue for ding@lists.math.uh.edu; Sun, 31 Aug 2014 05:35:07 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1XO2TR-0001jt-IQ for ding@gnus.org; Sun, 31 Aug 2014 12:35:05 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XO2TP-0003gS-Rb for ding@gnus.org; Sun, 31 Aug 2014 12:35:03 +0200 Original-Received: from 33.111.70.115.static.exetel.com.au ([115.70.111.33]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 31 Aug 2014 12:35:03 +0200 Original-Received: from bernardo.bacic by 33.111.70.115.static.exetel.com.au with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 31 Aug 2014 12:35:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 21 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 33.111.70.115.static.exetel.com.au User-Agent: Thunderbird 2.0.0.24 (X11/20100228) X-Spam-Score: -4.6 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84833 Archived-At: Hi, Trying to connect to an IMAP server on the LAN, i've got this in ~/.gnus.el: (setq gnus-secondary-select-methods '((nnimap "LocalMail" (nnimap-address "192.168.1.20") (nnimap-stream network) (nnimap-server-port "143")) )) However the connection fails and Wireshark shows me the connection is attempted on the right IP address but the wrong port - 993 and is consequently rejected. BTW Thunderbird client doesn't have problems connecting to the server. Hope i'm not overlooking something obvious. -- Thanks, Bernardo