[Dovecot] dovecot with different POP3S / IMAPS Certs

Timo Sirainen tss at iki.fi
Fri Nov 12 16:45:47 EET 2004


On 9.11.2004, at 15:51, Vincent Jaussaud wrote:

> With WU-IMAP, a different certificate can be used by pop3s and imaps,
> allowing both server to be reachable through different 
> hostnames,without
> SSL complaints on the client side; this is mostly used for scalability.
>
> I'm trying to do the same thing with dovecot; that is having dovecot
> using a different certificate for it's pop3s instance and imaps
> instance.
>
> Unfortunately, in dovecot configuration file, only one certificate can
> be set; used by both pop3s / imaps.

With 0.99.x it's not possible, so you'd have to run two Dovecot 
instances.

With 1.0-tests I think this should work:

protocol pop3 {
   ssl_cert_file = ...
}

protocol imap {
   ssl_cert_file = ...
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 186 bytes
Desc: This is a digitally signed message part
URL: <http://dovecot.org/pipermail/dovecot/attachments/20041112/7c306d26/attachment-0001.bin>


More information about the dovecot mailing list