Displaying 1 result from an estimated 1 matches for "imap210".
2009 Apr 30
4
Disabling users whilst still allowing logins with a 'master password'
...h master passwords roughly as
described at the bottom of
http://wiki.dovecot.org/Authentication/MasterUsers
by configuring another passdb with the master password hash
in place for the users we want to be enabled to migrate.
Our standard auth config looks like:
auth default {
gssapi_hostname = imap210.herald.ox.ac.uk
mechanisms = plain login gssapi
passdb pam {
}
userdb passwd {
args = blocking=yes
}
socket listen {
master {
path = /var/run/dovecot/auth-master
}
}
}
and my first try at satisfying my requirements was:
auth default {
gssapi_hostname = imap-d...