You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
457 B

  1. ##
  2. ## SSL settings
  3. ##
  4. # SSL/TLS support: yes, no, required. <doc/wiki/SSL.txt>
  5. ssl = required
  6. # PEM encoded X.509 SSL/TLS certificate and private key. They're opened before
  7. # dropping root privileges, so keep the key file unreadable by anyone but
  8. # root. Included doc/mkcert.sh can be used to easily generate self-signed
  9. # certificate, just make sure to update the domains in dovecot-openssl.cnf
  10. ssl_cert = </etc/ssl/mail.crt
  11. ssl_key = </etc/ssl/mail.key