From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/58250 Path: main.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: imaps, and .authinfo port name/number? Date: Fri, 13 Aug 2004 18:33:37 +0200 Organization: Probably a good idea Sender: ding-owner@lists.math.uh.edu Message-ID: <87r7qbhuam.fsf@dod.no> References: <87u0v8jg38.fsf@dod.no> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: sea.gmane.org 1092415105 4707 80.91.224.253 (13 Aug 2004 16:38:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 13 Aug 2004 16:38:25 +0000 (UTC) Original-X-From: ding-owner+M6791@lists.math.uh.edu Fri Aug 13 18:37:58 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bvf41-0007Ne-00 for ; Fri, 13 Aug 2004 18:37:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1Bvf04-00038V-00; Fri, 13 Aug 2004 11:33:52 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1Bvezv-00038N-00 for ding@lists.math.uh.edu; Fri, 13 Aug 2004 11:33:43 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1Bvezv-0000Op-M0 for ding@lists.math.uh.edu; Fri, 13 Aug 2004 11:33:43 -0500 Original-Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by justine.libertine.org (Postfix) with ESMTP id 9731F3A004D for ; Fri, 13 Aug 2004 11:33:41 -0500 (CDT) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1Bvezs-0001r5-00 for ; Fri, 13 Aug 2004 18:33:40 +0200 Original-Received: from tz1wpq.cm.chello.no ([80.111.90.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Aug 2004 18:33:40 +0200 Original-Received: from sb by tz1wpq.cm.chello.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Aug 2004 18:33:40 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org Original-Lines: 21 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: tz1wpq.cm.chello.no Mail-Copies-To: never User-Agent: Gnus/5.110003 (No Gnus v0.3) XEmacs/21.4 (Security Through Obscurity, linux) Cancel-Lock: sha1:UoEb5C/gXwp4rx9WQCpRCRgpluc= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:58250 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:58250 >>>>> Simon Josefsson : > Steinar Bang writes: >> What port name, or number should I use in the .authinfo file, for an >> imaps server? >> >> I have the following in gnus-secondary-select-methods: >> (nnimap "somemachine" >> (nnimap-address "somemachine.somecompany.com") >> (nnimap-stream ssl)) >> >> I have tried >> machine somemachine.somecompany.com login sb password secret port 993 >> and I have tried >> machine somemachine.somecompany.com login sb password secret port imaps > "port imap"? Huh? That's the same as "port 143", innit? But it did indeed work... why?