diff --git a/dovecot/files/passdb-pam.conf b/dovecot/files/passdb-pam.conf deleted file mode 100644 index 353e1de..0000000 --- a/dovecot/files/passdb-pam.conf +++ /dev/null @@ -1,10 +0,0 @@ -# PAM authentication. Preferred nowadays by most systems. -# PAM is typically used with either userdb passwd or userdb static. -# REMEMBER: You'll need /etc/pam.d/dovecot file created for PAM -# authentication to actually work. -passdb { - driver = pam - # [session=yes] [setcred=yes] [failure_show_msg=yes] [max_requests=] - # [cache_key=] [] - args = session=yes # To trigger pam_mkhomedir -}