Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Automatically authenticating at local imap server
@ 2008-02-03  9:42 Tassilo Horn
  2008-02-03 11:00 ` Reiner Steib
  0 siblings, 1 reply; 20+ messages in thread
From: Tassilo Horn @ 2008-02-03  9:42 UTC (permalink / raw)
  To: info-gnus-english

Hi all,

since a few days I run a local IMAP server that OfflineIMAP synchronizes
with my IMAP account at my email provider.  That works like a charm, but
there's one thing that doesn't work.

Everytime I start Gnus it asks me how to logon at the local IMAP server,
but instead I want that it uses the username and password that are in my
~/.authinfo.

Here's the Gnus side of the configuration:

,----[ ~/.gnus.el ]
| (require 'nnir)
| (add-to-list 'gnus-secondary-select-methods
|              '(nnimap "Fastmail"
|                       (nnimap-address "localhost")
|                       (nnimap-server-port 143)
|                       (nnimap-stream network)
|                       (nnimap-authenticator login)
|                       (nnir-search-engine imap)))
`----

In my ~/.authinfo I have:

,----[ ~/.authinfo ]
| machine Fastmail login heimdall password XXX port imap force yes
| machine localhost login heimdall password XXX port imap force yes
`----

I tried adding (nnimap-authinfo-file "~/.authinfo") to the select method
specification, but that didn't help.

Bye,
Tassilo

^ permalink raw reply	[flat|nested] 20+ messages in thread
[parent not found: <mailman.6898.1202031751.18990.info-gnus-english@gnu.org>]

end of thread, other threads:[~2008-02-15 22:35 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-03  9:42 Automatically authenticating at local imap server Tassilo Horn
2008-02-03 11:00 ` Reiner Steib
2008-02-04  9:06   ` Tassilo Horn
2008-02-06 20:17     ` Reiner Steib
2008-02-07  9:57       ` Tassilo Horn
     [not found] <mailman.6898.1202031751.18990.info-gnus-english@gnu.org>
2008-02-03 20:29 ` Gour
2008-02-04  8:39   ` Tassilo Horn
2008-02-04 14:33     ` David
2008-02-04 19:40       ` Tassilo Horn
2008-02-04 22:22         ` David
2008-02-05  8:32           ` Tassilo Horn
2008-02-05 10:53             ` David
2008-02-05 12:16               ` Tassilo Horn
     [not found]         ` <mailman.6972.1202163783.18990.info-gnus-english@gnu.org>
2008-02-05 17:00           ` Ted Zlatanov
2008-02-05 21:58             ` David
2008-02-06  9:17               ` Tassilo Horn
2008-02-06 11:56                 ` David
     [not found]             ` <mailman.7011.1202248745.18990.info-gnus-english@gnu.org>
2008-02-06 15:24               ` Ted Zlatanov
2008-02-06 20:07                 ` David
     [not found]                 ` <mailman.7050.1202328476.18990.info-gnus-english@gnu.org>
2008-02-15 22:35                   ` Ted Zlatanov

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).