Gnus development mailing list
 help / color / mirror / Atom feed
From: Richard Riley <rileyrg@googlemail.com>
To: Ted Zlatanov <tzz@lifelogs.com>
Cc: ding@gnus.org
Subject: Re: [gnus git] Add ~/.authinfo to the default, since that's probably most useful for users.
Date: Mon, 20 Sep 2010 17:29:48 +0200	[thread overview]
Message-ID: <6fmxrco2kz.fsf@news.eternal-september.org> (raw)
In-Reply-To: <87k4mgh32q.fsf@lifelogs.com> (Ted Zlatanov's message of "Mon, 20 Sep 2010 10:01:01 -0500")

Ted Zlatanov <tzz@lifelogs.com> writes:

> On Mon, 20 Sep 2010 16:27:31 +0200 Richard Riley <rileyrg@googlemail.com> wrote: 
>
> RR> As a side note : my setting for auth-sources works in 23.2 with the
> RR> shipped gnus but doesnt seem to properly authenticate my local dovecot
> RR> nnimap accounts with nognus. 
>
> I could test it if you showed your `auth-sources', the relevant line of
> your authinfo file, and the messages in *Messages* produced by
> auth-source when it looks up the server by name.
>

The select method connects to a dovecot virtual user via the name part (here
"riley") :-

,----
|   (add-to-list 'gnus-secondary-select-methods
|                `(nnimap "riley"
|                         (nnimap-address "offlineimap")
|                         (nnir-search-engine imap)
|                         (nnimap-stream network)
|                         ))
`----

The auth-sources value is :-

,----
| auth-sources is a variable defined in `auth-source.el'.
| Its value is 
| ((:source "/home/shamrock/.emacs.d/.authinfo.gpg" :host t :protocol t))
`----

The relevant line in .authinfo.gpg is :-

,----
| machine riley login riley password pass1
`----

The relevant /etc/dovecot.pass entry is

,----
| riley:{plain}pass1
`----

The relevant auth default pass set up in dovecot.conf  for virtual users

,----
|   passdb passwd-file {
|      args = /etc/dovecot.pass
|   }
|   userdb static {
|     args = uid=1000 gid=1000 home=/home/shamrock/.Maildir/%u
|   }
`----

All works with gnus in emacs 23.2

With nognus I dont see anything other than INBOX.




  reply	other threads:[~2010-09-20 15:29 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1OwjUu-0007Om-00@quimby.gnus.org>
2010-09-18  6:19 ` Ted Zlatanov
2010-09-18 11:47   ` Lars Magne Ingebrigtsen
2010-09-20  2:30     ` Ted Zlatanov
2010-09-20  8:14       ` Lars Magne Ingebrigtsen
2010-09-20 15:03         ` Ted Zlatanov
2010-09-25 12:47           ` Gijs Hillenius
2010-09-25 13:56             ` Lars Magne Ingebrigtsen
2010-09-25 15:12             ` Ted Zlatanov
     [not found]               ` <87mxr46gv9.fsf@hillenius.net>
2010-09-26 12:27                 ` Ted Zlatanov
2010-09-26 12:38                   ` tls.el I added '--insecure' (Was :Re: [gnus git] Add ~/.authinfo to the default, since that's probably most useful for users.) Gijs Hillenius
2010-09-26 20:53                     ` tls.el I added '--insecure' Ted Zlatanov
2010-09-20 10:47       ` [gnus git] Add ~/.authinfo to the default, since that's probably most useful for users Sebastian Krause
2010-09-20 14:59         ` Ted Zlatanov
2010-09-20 18:40           ` Michael Albinus
2010-09-20 14:27       ` Richard Riley
2010-09-20 15:01         ` Ted Zlatanov
2010-09-20 15:29           ` Richard Riley [this message]
2010-09-18 12:50   ` Sebastian Krause
2010-09-18 15:40     ` Lars Magne Ingebrigtsen
2010-09-18 21:29       ` Sebastian Krause
2010-09-18 21:31         ` Lars Magne Ingebrigtsen
2010-09-20 11:03   ` Robert Pluim
2010-09-20 14:10     ` Richard Riley
2010-09-20 14:59       ` Robert Pluim
2010-09-20 15:26     ` Ted Zlatanov
2010-09-20 15:43       ` Tibor Simko
2010-09-20 15:53       ` Robert Pluim
2010-09-21 16:19       ` Lars Magne Ingebrigtsen

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=6fmxrco2kz.fsf@news.eternal-september.org \
    --to=rileyrg@googlemail.com \
    --cc=ding@gnus.org \
    --cc=tzz@lifelogs.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).