Hi,
is someone experienced in using dovecot with gssapi support? I’ve tried my best using the howto but I’ve failed.
Ive modfied this line
auth_mechanisms = plain login
in /etc/dovecot/conf.d/10-auth.conf:
to
auth_mechanisms = plain login gssapi
and I’ve added this lines
auth_gssapi_hostname = "$ALL"
auth_krb5_keytab = /etc/dovecot/dovecot.keytab
And of course I’ve created the keytab (like in NFS4 Export) and changed the permissions.
Cheers,
SirTux