Serghey Rodin 11 лет назад
Родитель
Сommit
204fbcda48
2 измененных файлов с 5 добавлено и 5 удалено
  1. 2 2
      install/ubuntu/dovecot/conf.d/10-ssl.conf
  2. 3 3
      install/ubuntu/exim4.conf.template

+ 2 - 2
install/ubuntu/dovecot/conf.d/10-ssl.conf

@@ -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

+ 3 - 3
install/ubuntu/exim4.conf.template

@@ -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