Shared SSL certificate

This commit is contained in:
Serghey Rodin 2014-06-09 20:24:13 +03:00
commit 7e494680bc
2 changed files with 5 additions and 5 deletions

View file

@ -1,3 +1,3 @@
ssl = yes
ssl_cert = </etc/dovecot/dovecot.pem
ssl_key = </etc/dovecot/private/dovecot.pem
ssl_cert = </usr/local/vesta/ssl/certificate.crt
ssl_key = </usr/local/vesta/ssl/certificate.key

View file

@ -25,9 +25,9 @@ spamd_address = 127.0.0.1 783
av_scanner = clamd: /var/run/clamav/clamd.ctl
.endif
#tls_advertise_hosts = *
#tls_certificate = /usr/local/vesta/ssl/certificate.crt
#tls_privatekey = /usr/local/vesta/ssl/certificate.key
tls_advertise_hosts = *
tls_certificate = /usr/local/vesta/ssl/certificate.crt
tls_privatekey = /usr/local/vesta/ssl/certificate.key
daemon_smtp_ports = 25 : 465 : 587 : 2525
tls_on_connect_ports = 465