Gnus development mailing list
 help / color / mirror / Atom feed
From: Simon Josefsson <simon@josefsson.org>
Cc: ding@gnus.org
Subject: Re: authinfo and nnimap in gnus 5.8.7
Date: 08 Oct 2000 11:53:30 +0200	[thread overview]
Message-ID: <iluy9zzirqd.fsf@barbar.josefsson.org> (raw)
In-Reply-To: <bmxwvfkq8s5.fsf@mithrandir.eowyn.net>

Karsten Huneycutt <kph@duke.edu> writes:

> I'm doing this over an SSL connection, using stunnel (due to problems 
> with openssl) on port 10993 (and 4993, but one account at a time).

Port forwarding, then?

> (setq gnus-secondary-select-methods
>       '((nnimap "acpub"
> 		(nnimap-address "localhost")
> 		(nnimap-server-port 10993)
> 		(nnimap-authenticator 'login)
                                      ^
> 		(nnimap-stream 'network)
                               ^
> 		(nnimap-list-pattern ( "INBOX" . "*"))
> 		(nnimap-expunge-on-close 'ask))))
                                         ^

Remove these.  You're quoting things twice.

> I have 
> 
> machine localhost port 10993 login kph password xxxx
> 
> in ~/.authinfo.  Using the password and login on port 10993 on localhost,
> I can log in manually.  However, gnus, under the Server buffer, says 
> "denied" for nnimap:acpub, no matter how many times I exit and restart 
> xemacs.  netstat shows that the connection is being made, and nnimap-debug 
> sheds no light on the problem.  Neither do any of the docs or the archives
> of this mailing list...
> 
> What do I need to do to get this to work?  I'd rather have it prompt
> me for a password than have it stored in a file anyway, so if I can get
> that, I'd be happy... 

Try setting `imap-log' and look that buffer to find out what's
actually being sent on the wire.

> Also, anyone using Cyrus, can you confirm that the list-pattern that I 
> have above will list all my mailboxes?

I use Cyrus and I don't set list-pattern at all.  It's mostly needed
when the server serve thousands and thousands of mailboxes that isn't
used for mail, Cyrus doesn't do this.




  reply	other threads:[~2000-10-08  9:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-10-08  4:03 Karsten Huneycutt
2000-10-08  9:53 ` Simon Josefsson [this message]
2000-10-09  3:52   ` Karsten Huneycutt
2000-10-09  8:07     ` Kai Großjohann
2000-10-17 21:03     ` Simon Josefsson

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=iluy9zzirqd.fsf@barbar.josefsson.org \
    --to=simon@josefsson.org \
    --cc=ding@gnus.org \
    /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).