16 Apr
2010
16 Apr
'10
1:19 p.m.
On Thu, 2010-04-15 at 07:46 +0200, Andreas Schulze wrote:
ssl = yes ssl_cert =
Imagine the config if managesieve should use yet an oher cert... This is confusing while reading the config later.
my wish: use one cert/key pair for all services
I don't really understand what you're asking. You can use the same cert/key to all services, but of course that requires that either all of them use the same hostname or you use alt names. Or are you thinking something like:
ssl_cert =
i.e. %s expanding to imap, pop3, etc? Maybe that could be done..
or allow ssl only in a protocol section
I think you can do that already?
ssl = no protocol imap { ssl = yes .. }