tbrehm
2010-10-20 d59af34f5a374dd972735d4963141f5216882186
removed pam authentication mechanism in dovecot.conf as ispconfig 3 uses sql authentication only.
2 files modified
6 ■■■■■ changed files
install/tpl/debian6_dovecot.conf.master 2 ●●●●● patch | view | raw | blame | history
install/tpl/debian_dovecot.conf.master 4 ●●●● patch | view | raw | blame | history
install/tpl/debian6_dovecot.conf.master
@@ -55,8 +55,6 @@
#auth_executable = /usr/lib/dovecot/dovecot-auth
auth default {
  mechanisms = plain login
  passdb pam {
  }
  # SQL database <doc/wiki/AuthDatabase.SQL.txt>
  passdb sql {
install/tpl/debian_dovecot.conf.master
@@ -847,7 +847,7 @@
  # 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>]
    #
@@ -880,7 +880,7 @@
    #   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