[Dovecot] REQUEST: Different port(protocol) should be able to use a different certification.
Timo Sirainen
tss at iki.fi
Thu Jan 13 15:24:23 EET 2005
On Thu, 2005-01-13 at 00:20 +0900, NAJIMA Hiroki wrote:
> I want to use a different certificate for a different port(protocol).
> I searched http://wiki.dovecot.org/ and the mail archives. But such
> mechanism were not found.
> Could you implement a such mechanism?
> Or already implemented it, please teach how to do.
With 1.0-tests it's possible to do:
protocol imap {
ssl_cert_file = ..
ssl_key_file = ..
}
protocol pop3 {
ssl_cert_file = ..
ssl_key_file = ..
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://dovecot.org/pipermail/dovecot/attachments/20050113/aeda8abd/attachment-0001.bin>
More information about the dovecot
mailing list