From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/14023 Path: news.gmane.org!not-for-mail From: Joel J. Adamson Newsgroups: gmane.emacs.gnus.user Subject: IMAP Connection Dies on Fedora 13 Date: Fri, 25 Jun 2010 13:18:18 +0000 (UTC) Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1277493944 857 80.91.229.12 (25 Jun 2010 19:25:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 25 Jun 2010 19:25:44 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Fri Jun 25 21:25:43 2010 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OSEWx-0006Hf-QQ for gegu-info-gnus-english@m.gmane.org; Fri, 25 Jun 2010 21:25:40 +0200 Original-Received: from localhost ([127.0.0.1]:51422 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OSEWw-0001qk-Mj for gegu-info-gnus-english@m.gmane.org; Fri, 25 Jun 2010 15:25:38 -0400 Original-Received: from [140.186.70.92] (port=54222 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OSD1l-0004TF-0r for info-gnus-english@gnu.org; Fri, 25 Jun 2010 13:49:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OS8u7-0007z8-Jb for info-gnus-english@gnu.org; Fri, 25 Jun 2010 09:25:13 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:49722) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OS8u7-0007hm-7H for info-gnus-english@gnu.org; Fri, 25 Jun 2010 09:25:11 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OS8tz-00080m-Dk for info-gnus-english@gnu.org; Fri, 25 Jun 2010 15:25:03 +0200 Original-Received: from chondestes.bio.unc.edu ([152.2.67.61]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 25 Jun 2010 15:25:03 +0200 Original-Received: from adamsonj by chondestes.bio.unc.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 25 Jun 2010 15:25:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 91 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 152.2.67.61 (Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.4) Gecko/20100622 Fedora/3.6.4-1.fc13 Firefox/3.6.4) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:14023 Archived-At: Hello, I have the following setup in .emacs-custom.el: '(gnus-select-method (quote (nnimap "imap.unc.edu" (nnimap-stream ssl)))) '(gnus-secondary-select-methods (quote ((nntp "news.gmane.org")))) '(mail-user-agent (quote gnus-user-agent)) '(read-mail-command (quote gnus)) '(gnus-message-archive-group "INBOX.Sent") When I try to log in to the IMAP server, I get this in *imap-log* (with the password obscured here): 41 OK Completed depth=0 O = *.unc.edu, OU = Domain Control Validated, CN = *.unc.edu verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 O = *.unc.edu, OU = Domain Control Validated, CN = *.unc.edu verify error:num=27:certificate not trusted verify return:1 depth=0 O = *.unc.edu, OU = Domain Control Validated, CN = *.unc.edu verify error:num=21:unable to verify the first certificate verify return:1 * OK [CAPABILITY IMAP4 IMAP4rev1 LITERAL+ ID MUPDATE=mupdate://mupdate.isis.unc.edu/ AUTH=PLAIN AUTH=LOGIN AUTH=GSSAPI SASL-IR] imap.unc.edu Cyrus IMAP Murder v2.3.14 server ready 42 NOOP 42 OK Completed 8 LOGIN "adamsonj" "blahblahblah" I get Opening nnimap server on imap.unc.edu...failed in the echo area. However, when I run the ssl command manually in a shell, and login, here's what happens: joel@localhost: ~ > openssl s_client -quiet -ssl2 -connect imap.unc.edu:993 depth=0 O = *.unc.edu, OU = Domain Control Validated, CN = *.unc.edu verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 O = *.unc.edu, OU = Domain Control Validated, CN = *.unc.edu verify error:num=27:certificate not trusted verify return:1 depth=0 O = *.unc.edu, OU = Domain Control Validated, CN = *.unc.edu verify error:num=21:unable to verify the first certificate verify return:1 * OK [CAPABILITY IMAP4 IMAP4rev1 LITERAL+ ID MUPDATE=mupdate://mupdate.isis.unc.edu/ AUTH=PLAIN AUTH=LOGIN AUTH=GSSAPI SASL-IR] imap.unc.edu Cyrus IMAP Murder v2.3.14 server ready NOOP * BAD Invalid tag 30 NOOP 30 OK Completed 5 LOGIN "adamsonj" "blahblahblah" 5 OK [CAPABILITY IMAP4 IMAP4rev1 LITERAL+ ID MUPDATE=mupdate://mupdate.isis.unc.edu/ LOGINDISABLED AUTH=PLAIN AUTH=LOGIN AUTH=GSSAPI ACL RIGHTS=kxte QUOTA MAILBOX-REFERRALS NAMESPACE UIDPLUS NO_ATOMIC_RENAME UNSELECT CHILDREN MULTIAPPEND BINARY SORT SORT=MODSEQ THREAD=ORDEREDSUBJECT THREAD=REFERENCES ANNOTATEMORE CATENATE CONDSTORE SCAN IDLE LISTEXT LIST-SUBSCRIBED URLAUTH] User logged in Seems like gnus is not following through, not listening or something else is amiss. Today's Friday, this worked just fine with the same settings on Wednesday, but when I came in to my office on Thursday I did an update that included gnutls. After that it stopped working. Everything works fine on a Fedora 12 machine at home, but I get the same errors on another Fedora 13 machine. Also, on the same machine where gnus is failing, Evolution, mutt and mail-notification have no problems at all. Gnus v5.13 GNU Emacs 23.2.1 (x86_64-redhat-linux-gnu, GTK+ Version 2.20.1) of 2010-05-13 on x86-07.phx2.fedoraproject.org Thanks, Joel -- Joel J. Adamson Servedio Lab University of North Carolina at Chapel Hill FSF Member #8164 http://www.unc.edu/~adamsonj