We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e49468 commit 204fbcdCopy full SHA for 204fbcd
2 files changed
install/ubuntu/dovecot/conf.d/10-ssl.conf
@@ -1,3 +1,3 @@
1
ssl = yes
2
-ssl_cert = </etc/dovecot/dovecot.pem
3
-ssl_key = </etc/dovecot/private/dovecot.pem
+ssl_cert = </usr/local/vesta/ssl/certificate.crt
+ssl_key = </usr/local/vesta/ssl/certificate.key
install/ubuntu/exim4.conf.template
@@ -25,9 +25,9 @@ spamd_address = 127.0.0.1 783
25
av_scanner = clamd: /var/run/clamav/clamd.ctl
26
.endif
27
28
-#tls_advertise_hosts = *
29
-#tls_certificate = /usr/local/vesta/ssl/certificate.crt
30
-#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
31
32
daemon_smtp_ports = 25 : 465 : 587 : 2525
33
tls_on_connect_ports = 465
0 commit comments