From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84834 Path: news.gmane.org!not-for-mail From: Bernardo Newsgroups: gmane.emacs.gnus.general Subject: IMAP connection goes to the wrong port Date: Sun, 31 Aug 2014 20:22:55 +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 12733 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+M33076@lists.math.uh.edu Tue Sep 02 07:07:47 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 1XOgJm-0004Ko-P8 for ding-account@gmane.org; Tue, 02 Sep 2014 07:07:46 +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 1XOgIp-0008Fn-GR; Tue, 02 Sep 2014 00:06:47 -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 1XO2Od-0005Tw-H2 for ding@lists.math.uh.edu; Sun, 31 Aug 2014 05:30: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 1XO2Ob-0006d8-Un for ding@lists.math.uh.edu; Sun, 31 Aug 2014 05:30:06 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1XO2OZ-0001aj-Te for ding@gnus.org; Sun, 31 Aug 2014 12:30:03 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XO2OZ-0000rr-8r for ding@gnus.org; Sun, 31 Aug 2014 12:30: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:30: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:30:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 22 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: -1.0 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84834 Archived-At: Hi, i'm trying to connect to an IMAP server on the LAN and have this in ~/.gnus.el (setq gnus-secondary-select-methods '((nnimap "LocalMail" (nnimap-address "192.168.1.20") (nnimap-stream network) (nnimap-server-port "143")) )) The connection fails and Wireshark reveals Gnus tried to connect to the right IP address but the wrong port - 993, so the connection is refused. Hope i'm not overlooking something obvious. Gnus v5.13 -- Thanks, Bernardo