From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/73341 Path: news.gmane.org!not-for-mail From: JJ Newsgroups: gmane.emacs.gnus.general Subject: Re: Debugging Emacs Gnus to determine the starttls command working with No Gnus Date: Wed, 20 Oct 2010 05:25:27 -0400 Message-ID: <8f16151274e589a0de6b91654b38b918@hcoop.net> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1287566769 24485 80.91.229.12 (20 Oct 2010 09:26:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 20 Oct 2010 09:26:09 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M21712@lists.math.uh.edu Wed Oct 20 11:26:05 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P8Uvs-0002nj-EU for ding-account@gmane.org; Wed, 20 Oct 2010 11:26:04 +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 1P8UvV-0003Ug-Jv; Wed, 20 Oct 2010 04:25:41 -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 1P8UvU-0003UR-5a for ding@lists.math.uh.edu; Wed, 20 Oct 2010 04:25:40 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1P8UvP-0005x2-OA for ding@lists.math.uh.edu; Wed, 20 Oct 2010 04:25:40 -0500 Original-Received: from deleuze.hcoop.net ([69.90.123.67] ident=Debian-exim) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1P8UvO-0000Tw-00 for ; Wed, 20 Oct 2010 11:25:35 +0200 Original-Received: from deleuze.hcoop.net ([69.90.123.67] helo=mail.hcoop.net ident=roundcube) by deleuze.hcoop.net with esmtp (Exim 4.63) (envelope-from ) id 1P8UvH-0004rA-Tm for ding@gnus.org; Wed, 20 Oct 2010 05:25:27 -0400 In-Reply-To: X-Sender: ding_gnus.org@sumou.com User-Agent: RoundCube Webmail/0.1-rc2 X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:73341 Archived-At: On Thu, 07 Oct 2010 22:06:10 +0200, Lars Magne Ingebrigtsen wrote: > Since it's TLS, it's port 993. If you want STARTTLS, you should > probably say `(nnimap-stream starttls)', which will make it connect to > the normal imap port instead of imaps. ... > gnutls-cli is probably failing because you're not using --insecure, so > it's falling through to the openssl s_client, would be my guess. Do you > have that installed? I've noticed --insecure has been added in nnimap.el at some point in time as a parameter that gnutls-cli is called with. After much experimentation with ports settings etc. at work I came to the conclusion that port 993 must be blocked partially somehow, even though the admin has repeatedly assured me, that it's unblocked. So I discussed with him again today, he went back, did some `defaults overrulling' or what have you, as he called it, and it does work now, indeed. So I can connect with No Gnus at work. Thanks a lot for your help. -- JJ