File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11ssl = yes
2- ssl_cert = </etc/dovecot/dovecot.pem
3- ssl_key = </etc/dovecot/private/dovecot.pem
2+ ssl_cert = </usr/local/vesta/ssl/certificate.crt
3+ ssl_key = </usr/local/vesta/ssl/certificate.key
Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ spamd_address = 127.0.0.1 783
2525av_scanner = clamd: /var/run/clamav/clamd.ctl
2626.endif
2727
28- # tls_advertise_hosts = *
29- # tls_certificate = /usr/local/vesta/ssl/certificate.crt
30- # tls_privatekey = /usr/local/vesta/ssl/certificate.key
28+ tls_advertise_hosts = *
29+ tls_certificate = /usr/local/vesta/ssl/certificate.crt
30+ tls_privatekey = /usr/local/vesta/ssl/certificate.key
3131
3232daemon_smtp_ports = 25 : 465 : 587 : 2525
3333tls_on_connect_ports = 465
You can’t perform that action at this time.
0 commit comments