Fixed: FS#1912 - uncomment and chagne SSL keys pointing in /etc/dovecot.conf
| | |
| | | # ssl_cert_file = /etc/ssl/_.my-domain.tld/_.my-domain.tld.crt |
| | | # ssl_key_file = /etc/ssl/_.my-domain.tld/_.my-domain.tld.key |
| | | |
| | | ssl_cert_file = /etc/postfix/smtpd.cert |
| | | ssl_key_file = /etc/postfix/smtpd.key |
| | | |
| | | mail_privileged_group = mail |
| | | |
| | | login_greeting = ISPConfig3 IMAP server ready... |
| | |
| | | #ssl_cert_file = /etc/ssl/certs/dovecot.pem |
| | | #ssl_key_file = /etc/ssl/private/dovecot.pem |
| | | |
| | | ssl_cert_file = /etc/postfix/smtpd.cert |
| | | ssl_key_file = /etc/postfix/smtpd.key |
| | | |
| | | # If key file is password protected, give the password here. Alternatively |
| | | # give it when starting dovecot with -p parameter. |
| | | #ssl_key_password = |
| | |
| | | #ssl_listen = |
| | | |
| | | # SSL/TLS support: yes, no, required. <doc/wiki/SSL.txt> |
| | | #ssl = yes |
| | | ssl = yes |
| | | |
| | | # PEM encoded X.509 SSL/TLS certificate and private key. They're opened before |
| | | # dropping root privileges, so keep the key file unreadable by anyone but |
| | |
| | | #ssl_cert_file = /etc/pki/dovecot/certs/dovecot.pem |
| | | #ssl_key_file = /etc/pki/dovecot/private/dovecot.pem |
| | | |
| | | ssl_cert_file = /etc/postfix/smtpd.cert |
| | | ssl_key_file = /etc/postfix/smtpd.key |
| | | |
| | | # If key file is password protected, give the password here. Alternatively |
| | | # give it when starting dovecot with -p parameter. Since this file is often |
| | | # world-readable, you may want to place this setting instead to a different |
| | |
| | | #ssl_cert_file = /etc/ssl/certs/dovecot.pem |
| | | #ssl_key_file = /etc/ssl/private/dovecot.pem |
| | | |
| | | ssl_cert_file = /etc/postfix/smtpd.cert |
| | | ssl_key_file = /etc/postfix/smtpd.key |
| | | |
| | | # If key file is password protected, give the password here. Alternatively |
| | | # give it when starting dovecot with -p parameter. Since this file is often |
| | | # world-readable, you may want to place this setting instead to a different |