Gnus development mailing list
 help / color / mirror / Atom feed
From: Ian Fitchet <idf@lunanbay.LESS-SPAM.com>
Subject: IMAP: multiple accounts on same server
Date: Tue, 11 Nov 2003 10:24:42 +0000	[thread overview]
Message-ID: <x7r80fb3th.fsf@s1042.home.lunanbay.com> (raw)

Hi,

 I'm using Gnus v5.10.2 and have been playing with multiple accounts
 on my IMAP server.  My problem is that I've either misread the manual
 or can't access multiple accounts from the same IMAP server.

 If I set

(setq gnus-secondary-select-methods '((nnimap "imap.first.tld")
                                      (nnimap "imap.first.tld")))

 it obviously fails, well, it's not obvious but I guess Gnus reads
 that second nnimap entry as a cut'n'paste typo and ignores it.  If I
 set

(setq gnus-secondary-select-methods '((nnimap "imap.first.tld")
                                      (nnimap "imap-two" 
                                       (nnimap-address "imap.first.tld"))))

 Gnus, cleverly, determines that "imap-two" is just a reworking of the
 first select-method and, again, ignores the second entry.  However,
 having a second domain up my sleeve which is set up to have the same
 entries as the first domain, if I set

(setq gnus-secondary-select-methods '((nnimap "imap.first.tld")
                                      (nnimap "imap-two" 
                                       (nnimap-address "imap.second.tld"))))

 It works.  I get to login twice, can be two different users and
 select folders from both accounts.  Actually, it prompts me to login
 to "imap.first.tld" twice but we'll assume that's a DNS lookup issue.

 So, is there a neat way to say I want to login to an IMAP server to
 access multiple accounts without buying a domain name per account?

Cheers,

        Ian




             reply	other threads:[~2003-11-11 10:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-11 10:24 Ian Fitchet [this message]
2003-11-11 16:03 ` Reiner Steib
2003-11-11 18:56   ` Ian Fitchet

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=x7r80fb3th.fsf@s1042.home.lunanbay.com \
    --to=idf@lunanbay.less-spam.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).