info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Using different client certificates with multiple IMAP servers


From: Dirk Gouders
Subject: Re: Using different client certificates with multiple IMAP servers
Date: Sat, 08 May 2010 10:31:41 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Stephen Leake <stephen_leake@stephe-leake.org> writes:

> Dirk Gouders <gouders@et.bocholt.fh-gelsenkirchen.de> writes:
>
>> I want to connect to multiple IMAP servers and present appropriate
>> client certificates to the different servers.
>>
>> For just one server, I can set the appropriate parameters in
>> imap-ssl-program, but I cannot find documentation on how to do that
>> for multiple servers.
>>
>> Is there a way to do what I want or do I need to use multiple instances
>> of gnus?
>
> That's what mail-sources is for; what have you tried?

I tried to specify the different servers via
gnus-secondary-select-methods, e.g.:

(setq gnus-secondary-select-methods
      '(
        (nnimap "imap1"
                (nnimap-address "imap1.net")
                (nnimap-server-port 993)
                (nnimap-authinfo-file "~/.imap_auth")
                (nnimap-stream ssl))
        (nnimap "imap2"
                (nnimap-address "imap2.net")
                (nnimap-server-port 993)
                (nnimap-authinfo-file "~/.imap_auth")
                (nnimap-stream ssl))
        ))

But I did not know how to specify which client certificate to use for the
different servers.  I did not try mail-sources but will do that next,
thanks for the hint.

Dirk


reply via email to

[Prev in Thread] Current Thread [Next in Thread]