removed pam authentication mechanism in dovecot.conf as ispconfig 3 uses sql authentication only.
| | |
| | | #auth_executable = /usr/lib/dovecot/dovecot-auth |
| | | auth default { |
| | | mechanisms = plain login |
| | | passdb pam { |
| | | } |
| | | |
| | | # SQL database <doc/wiki/AuthDatabase.SQL.txt> |
| | | passdb sql { |
| | |
| | | # database (passwd usually), you can use static userdb. |
| | | # REMEMBER: You'll need /etc/pam.d/dovecot file created for PAM |
| | | # authentication to actually work. <doc/wiki/PasswordDatabase.PAM.txt> |
| | | passdb pam { |
| | | # passdb pam { |
| | | # [blocking=yes] [session=yes] [setcred=yes] |
| | | # [cache_key=<key>] [<service name>] |
| | | # |
| | |
| | | # args = session=yes * |
| | | # args = cache_key=%u dovecot |
| | | #args = dovecot |
| | | } |
| | | # } |
| | | |
| | | # System users (NSS, /etc/passwd, or similiar) |
| | | # In many systems nowadays this uses Name Service Switch, which is |