mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 13:01:52 -07:00
Shared SSL certificate
This commit is contained in:
parent
cba75321f0
commit
7e494680bc
2 changed files with 5 additions and 5 deletions
|
@ -1,3 +1,3 @@
|
||||||
ssl = yes
|
ssl = yes
|
||||||
ssl_cert = </etc/dovecot/dovecot.pem
|
ssl_cert = </usr/local/vesta/ssl/certificate.crt
|
||||||
ssl_key = </etc/dovecot/private/dovecot.pem
|
ssl_key = </usr/local/vesta/ssl/certificate.key
|
||||||
|
|
|
@ -25,9 +25,9 @@ spamd_address = 127.0.0.1 783
|
||||||
av_scanner = clamd: /var/run/clamav/clamd.ctl
|
av_scanner = clamd: /var/run/clamav/clamd.ctl
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
#tls_advertise_hosts = *
|
tls_advertise_hosts = *
|
||||||
#tls_certificate = /usr/local/vesta/ssl/certificate.crt
|
tls_certificate = /usr/local/vesta/ssl/certificate.crt
|
||||||
#tls_privatekey = /usr/local/vesta/ssl/certificate.key
|
tls_privatekey = /usr/local/vesta/ssl/certificate.key
|
||||||
|
|
||||||
daemon_smtp_ports = 25 : 465 : 587 : 2525
|
daemon_smtp_ports = 25 : 465 : 587 : 2525
|
||||||
tls_on_connect_ports = 465
|
tls_on_connect_ports = 465
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue