Reenable SSL.
This commit is contained in:
parent
c3baf01193
commit
9289e0b182
@ -18,7 +18,7 @@ service imap-login {
|
|||||||
inet_listener imap {
|
inet_listener imap {
|
||||||
#port = 143
|
#port = 143
|
||||||
#disable non-ssl imap
|
#disable non-ssl imap
|
||||||
#port = 0
|
port = 0
|
||||||
}
|
}
|
||||||
inet_listener imaps {
|
inet_listener imaps {
|
||||||
#port = 993
|
#port = 993
|
||||||
|
@ -3,14 +3,14 @@
|
|||||||
##
|
##
|
||||||
|
|
||||||
# SSL/TLS support: yes, no, required. <doc/wiki/SSL.txt>
|
# SSL/TLS support: yes, no, required. <doc/wiki/SSL.txt>
|
||||||
ssl = no
|
ssl = yes
|
||||||
|
|
||||||
# PEM encoded X.509 SSL/TLS certificate and private key. They're opened before
|
# PEM encoded X.509 SSL/TLS certificate and private key. They're opened before
|
||||||
# dropping root privileges, so keep the key file unreadable by anyone but
|
# dropping root privileges, so keep the key file unreadable by anyone but
|
||||||
# root. Included doc/mkcert.sh can be used to easily generate self-signed
|
# root. Included doc/mkcert.sh can be used to easily generate self-signed
|
||||||
# certificate, just make sure to update the domains in dovecot-openssl.cnf
|
# certificate, just make sure to update the domains in dovecot-openssl.cnf
|
||||||
#ssl_cert = </etc/dovecot/dovecot.pem
|
ssl_cert = </etc/dovecot/dovecot.pem
|
||||||
#ssl_key = </etc/dovecot/private/dovecot.pem
|
ssl_key = </etc/dovecot/private/dovecot.pem
|
||||||
|
|
||||||
# If key file is password protected, give the password here. Alternatively
|
# If key file is password protected, give the password here. Alternatively
|
||||||
# give it when starting dovecot with -p parameter. Since this file is often
|
# give it when starting dovecot with -p parameter. Since this file is often
|
||||||
|
@ -15,9 +15,9 @@ x509_extensions = v3_req
|
|||||||
|
|
||||||
[ req_distinguished_name ]
|
[ req_distinguished_name ]
|
||||||
organizationName = scimetis.net
|
organizationName = scimetis.net
|
||||||
organizationalUnitName = @commonName@
|
organizationalUnitName = mail
|
||||||
commonName = @commonName@
|
commonName = *.scimetis.net
|
||||||
emailAddress = @emailAddress@
|
emailAddress = no-reply@scimetis.net
|
||||||
|
|
||||||
[ v3_req ]
|
[ v3_req ]
|
||||||
basicConstraints = CA:FALSE
|
basicConstraints = CA:FALSE
|
||||||
|
Loading…
Reference in New Issue
Block a user