Hello!

I fetch mail from several imap accounts  with getmail and deliver to
dovecot running on my localhost using maildrop.

Now I'd like to configure Gnus to access this email which is stored in
~/dovecot/[email protected]
~/dovecot/[email protected] etc.

Some parts from my gnus-init.el:

(setq gnus-secondary-select-methods
        '((nnimap "localhost-IMAP" 
                  (nnimap-address "localhost")
                  (nnimap-stream network)
                  (nnimap-authinfo-file "~/.authinfo")
                  (nnir-search-engine imap)) 


but I've problem configuring gnus-parameters.

Tried with something like:

("^nnimap\\+localhost-IMAP:[email protected].*"

but cannot figure out the correct regex to select the above-mentioned
virtual dovecot users?

Moreover, authorization with ~/.authinfo does not work as well.

Here is the entry in it:

machine localhost login [email protected] password somepasswd port 143

I use Emacs/Gnus from Debain Wheezy (23.4.1)

Any hint?


Sincerely,
Gour

-- 
The working senses are superior to dull matter; mind is higher 
than the senses; intelligence is still higher than the mind; 
and he [the soul] is even higher than the intelligence.

http://www.atmarama.net | Hlapicina (Croatia) | GPG: 52B5C810



_______________________________________________
info-gnus-english mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to