From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/58663 Path: main.gmane.org!not-for-mail From: dmmcf@uiuc.edu (D. Michael McFarland) Newsgroups: gmane.emacs.gnus.general Subject: nnimap configuration Date: Thu, 30 Sep 2004 15:35:52 -0500 Sender: ding-owner@lists.math.uh.edu Message-ID: <87oejncx5j.fsf@ness.ae.uiuc.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1096576652 18275 80.91.229.6 (30 Sep 2004 20:37:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 30 Sep 2004 20:37:32 +0000 (UTC) Original-X-From: ding-owner+M7201@lists.math.uh.edu Thu Sep 30 22:37:19 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CD7fz-0006ay-00 for ; Thu, 30 Sep 2004 22:37:19 +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 1CD7eo-00035u-00; Thu, 30 Sep 2004 15:36:06 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1CD7ef-00035m-00 for ding@lists.math.uh.edu; Thu, 30 Sep 2004 15:35:57 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1CD7ef-0007b6-LJ for ding@lists.math.uh.edu; Thu, 30 Sep 2004 15:35:57 -0500 Original-Received: from ness.ae.uiuc.edu (ness.ae.uiuc.edu [128.174.132.32]) by justine.libertine.org (Postfix) with ESMTP id C6B0A3A0027 for ; Thu, 30 Sep 2004 15:35:54 -0500 (CDT) Original-Received: by ness.ae.uiuc.edu (Postfix, from userid 1000) id D09423845B; Thu, 30 Sep 2004 15:35:52 -0500 (CDT) Original-To: ding@gnus.org User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:58663 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:58663 Hello, At one time I had nnimap working, then switched to nnml, and now I'm coming back to nnimap. (Yes, there were reasons, but I don't want to think about them right now. :-)) I should know a lot more about what I'm doing this time around, but I can't for the life of me get this working again. I'm running Courier IMAP (3.0.7) on the same machine where I run Gnus (CVS version from a few hours ago), and trying to connect using SSL. Both mutt and sylpheed work fine, and I can connect running openssl from the command line. Furthermore, I can specify this server in mail-sources as (setq mail-sources '( (imap :server "localhost" :stream 'ssl :predicate "1:*"))) and Gnus gets the mail from it without complaint. But if I try to use the IMAP server normally, it's always denied. The relevant bits of my ~/.gnus are (setq gnus-secondary-select-methods '((nnimap "localhost" (nnimap-address "localhost") (nnimap-stream ssl) (nnimap-list-pattern ("INBOX*"))) (nnml "") (nntp "leafnode" (nntp-address "127.0.0.1")))) (setq gnus-message-archive-method '((nnimap "localhost" (nnimap-address "localhost") (nnimap-stream ssl)))) (setq gnus-outgoing-message-group "nnimap+localhost:INBOX") (setq nnimap-split-predicate "UNDELETED") Here's what I'm seeing in the debug buffers: 1 -> nnimap-server-opened: server="localhost" 1 <- nnimap-server-opened: nil ====================================================================== 1 -> nnimap-open-server: server="localhost" defs=nil | 2 -> nnimap-server-opened: server="localhost" | 2 <- nnimap-server-opened: nil | 2 -> nnimap-open-connection: server="localhost" | 2 <- nnimap-open-connection: nil 1 <- nnimap-open-server: nil ====================================================================== 1 -> nnimap-request-close: 1 <- nnimap-request-close: nil | 2 -> imap-opened: buffer=" *nnimap* localhost" | 2 <- imap-opened: nil | | 3 -> imap-open: server="localhost" port=nil stream=nil auth=nil buffer=" *nnimap* localhost" | | | 4 -> imap-opened: buffer=" *nnimap* localhost" | | | 4 <- imap-opened: nil | | | 4 -> imap-open-1: buffer=" *nnimap* localhost" | | | | 5 -> imap-network-open: name="imap" buffer=" *nnimap* localhost" server="localhost" port=nil | | | 4 <- imap-open-1: nil | | 3 <- imap-open: nil I know I'm doing something stupid, but I don't see what it is. Can someone give me a clue? Best regards, Michael -- D. Michael McFarland Department of Aerospace Engineering University of Illinois at Urbana-Champaign