-
Notifications
You must be signed in to change notification settings - Fork 14
Description
I use the domain certificates for users also for dovecot, I used wildcard domains for that. So I would like to add the following subdomains to the certificate.
imap.domain.com
pop3.domain.com
pop.domain.com
smtp.domain.com
mail.domain.com
Is it possible to add these to the ssl request form as an default option you can select?
Dovecot SSL Config:
http://help.directadmin.com/item.php?id=388
For Exim SNI should work haven't tested this yet. There are forum posts.
Exim SSL Config:
http://help.directadmin.com/item.php?id=389
http://www.exim.org/exim-html-current/doc/html/spec_html/ch-encrypted_smtp_connections_using_tlsssl.html
http://forum.directadmin.com/showthread.php?t=50059&page=7&p=263954#post263954
I created an simple script to configure this, maybe you can add something similar to this plugin to add these configurations to Dovecot.