diff -Nru dovecot-ce-2.3.0.orig/doc/example-config/conf.d/10-ssl.conf dovecot-ce-2.3.0/doc/example-config/conf.d/10-ssl.conf --- dovecot-ce-2.3.0.orig/doc/example-config/conf.d/10-ssl.conf 2018-01-27 16:56:45.984507980 +0100 +++ dovecot-ce-2.3.0/doc/example-config/conf.d/10-ssl.conf 2018-01-27 16:57:08.627035390 +0100 @@ -9,8 +9,8 @@ # dropping root privileges, so keep the key file unreadable by anyone but # root. Included doc/mkcert.sh can be used to easily generate self-signed # certificate, just make sure to update the domains in dovecot-openssl.cnf -ssl_cert = -passdb { - driver = pam +#passdb { + #driver = pam # [session=yes] [setcred=yes] [failure_show_msg=yes] [max_requests=] # [cache_key=] [] #args = dovecot -} +#} # System users (NSS, /etc/passwd, or similar). # In many systems nowadays this uses Name Service Switch, which is @@ -26,11 +26,11 @@ # Shadow passwords for system users (NSS, /etc/shadow or similar). # Deprecated by PAM nowadays. # -#passdb { - #driver = shadow +passdb { + driver = shadow # [blocking=no] #args = -#} +} # PAM-like authentication for OpenBSD. #