Gnus development mailing list
 help / color / mirror / Atom feed
From: dmmcf@uiuc.edu (D. Michael McFarland)
Subject: nnimap configuration
Date: Thu, 30 Sep 2004 15:35:52 -0500	[thread overview]
Message-ID: <87oejncx5j.fsf@ness.ae.uiuc.edu> (raw)

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
      '(<SNIP>
        (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



             reply	other threads:[~2004-09-30 20:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-30 20:35 D. Michael McFarland [this message]
2004-10-01 14:53 ` D. Michael McFarland

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87oejncx5j.fsf@ness.ae.uiuc.edu \
    --to=dmmcf@uiuc.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).