Also of note: default_realm needs to be set to DEHNERTS.COM in krb5.conf, and
we may also need to map hostnames to realms.
extra-users.passwd
imap.keytab
olinda.keytab
+mail.keytab
+mail.keytab.base64
dovecot.pem
*.ucf-dist
old/
# Kerberos keytab to use for the GSSAPI mechanism. Will use the system
# default (usually /etc/krb5.keytab) if not specified. You may need to change
# the auth service to run as root to be able to read this file.
-auth_krb5_keytab = /etc/dovecot/olinda.keytab
+# Should contain an imap/ (for IMAP) and smtp/ (for SMTP, because Postfix
+# offloads SASL auth) principal, for whatever the host's IP reverse-resolves
+# to.
+auth_krb5_keytab = /etc/dovecot/mail.keytab
# Do NTLM and GSS-SPNEGO authentication using Samba's winbind daemon and
# ntlm_auth helper. <doc/wiki/Authentication/Mechanisms/Winbind.txt>