Gnus development mailing list
 help / color / mirror / Atom feed
From: Lloyd Zusman <ljz@asfast.com>
Subject: Re: Causing nnimap-authinfo-file variable to be recognized.
Date: 29 Apr 2000 13:24:17 -0400	[thread overview]
Message-ID: <lthfck4y7y.fsf@asfast.com> (raw)
In-Reply-To: Lloyd Zusman's message of "29 Apr 2000 12:33:22 -0400"

Lloyd Zusman <ljz@asfast.com> writes:

> I'm using the latest or near-latest CVS version of gnus.
> 
> I've decided to start using `nnimap' for a special-purpose newsgroup,
> and I'm trying to make use of the `nnimap-authinfo-file' variable.
> However, despite the fact that I have set this variable to contain the
> name of a valid .netrc-type file containing the appropriate login
> information for my imap server, Gnus insists on prompting me for the
> user ID and password.
> 
> Is `nnimap-authinfo-file' even used within `nnimap'?  If so, how do I
> configure `nnimap' in order to cause it to be used for authentication?

Sorry, but I left out some key information:

I have the following code in my `.gnus.el' file:

(setq gnus-secondary-select-methods
      '(
	(nnimap "piximap"
		(nnimap-address "localhost")
		(nnimap-expunge-on-close 'ask)
                (nnimap-authinfo-file "~/.authinfo")
		)
	))

  (setq mail-sources
      '(
        (directory :path   "~/Mail/Groups/"  ;; From a procmail-like thing.
		   :suffix ".in")            ;; It works just fine.

	(imap :server      "localhost"       ;; From imap
	      :user        "userid"
	      :dontexpunge t)
      ))

  ;;; Should this be here, instead?  Doesn't work either way.
  ;;; (setq nnimap-authinfo-file "~/.authinfo")


Thanks again, in advance.

-- 
 Lloyd Zusman
 ljz@asfast.com



      parent reply	other threads:[~2000-04-29 17:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-04-29 16:33 Lloyd Zusman
2000-04-29 17:23 ` Kai Großjohann
2000-04-29 17:24 ` Lloyd Zusman [this message]

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=lthfck4y7y.fsf@asfast.com \
    --to=ljz@asfast.com \
    /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).