| | |
| | | # .. |
| | | # } |
| | | #listen = * |
| | | listen = *,[::] |
| | | |
| | | # Disable LOGIN command and all other plaintext authentications unless |
| | | # SSL/TLS is used (LOGINDISABLED capability). Note that if the remote IP |
| | |
| | | #ssl_listen = |
| | | |
| | | # SSL/TLS support: yes, no, required. <doc/wiki/SSL.txt> |
| | | ssl = no |
| | | 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 |
| | |
| | | # certificate, just make sure to update the domains in dovecot-openssl.cnf |
| | | #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 |
| | |
| | | # This can be made to work with SQL and LDAP databases, see their example |
| | | # configuration files for more information how to do it. |
| | | # <doc/wiki/UserDatabase.Prefetch.txt> |
| | | #userdb prefetch { |
| | | #} |
| | | userdb prefetch { |
| | | } |
| | | |
| | | # System users (NSS, /etc/passwd, or similiar). In many systems nowadays this |
| | | # uses Name Service Switch, which is configured in /etc/nsswitch.conf. |