[Dovecot] Dovecot not liking AD config from wiki??

Kaya Saman kayasaman at gmail.com
Thu Jun 21 09:36:58 EEST 2012


I think the issue seems to be the mechanism between Dovecot and AD, so
basically PAM.....

I adapted my pam.d file to this:

# auth
auth            sufficient      pam_krb5.so             no_warn
try_first_pass debug
#auth           sufficient      pam_ssh.so              no_warn try_first_pass
auth            required        pam_unix.so             no_warn try_first_pass

# account
#account                required        pam_nologin.so
#account                required        pam_unix.so
account                 required        pam_krb5.so


in the hope that this config would work:

userdb {
 driver = static
 args = uid=501 gid=501 home=/mail/%u
 driver = static
#  args = uid=500 gid=500 home=/ZPOOL_1/%u
#  allow_all_users=yes
}

passdb {
 driver = pam
}


However I am still having issues :-(


Regards,


Kaya



More information about the dovecot mailing list