Stephen Leake <[email protected]> writes:

> Dirk Gouders <[email protected]> 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
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to