13 Jan
2005
13 Jan
'05
3:24 p.m.
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 = .. }