From: Alex Dehnert Date: Thu, 28 Mar 2013 03:50:42 +0000 (-0400) Subject: Change keytab names to reflect smtp/ principal X-Git-Url: https://dehnerts.com/gitweb/?a=commitdiff_plain;h=2b4d38aeb72e0618961fd4f4362a1d70cb6ac9e5;hp=2b4d38aeb72e0618961fd4f4362a1d70cb6ac9e5;p=sysconfig%2Fdovecot.git Change keytab names to reflect smtp/ principal In order to get kerberized SMTP by Postfix backending onto Dovecot's SASL implementation, Dovecot needs to have access to an smtp/olinda.dehnerts.com key (as well as an imap/olinda.dehnerts.com key for the IMAP). Sticking smtp/olinda.dehnerts.com in a file named imap.keytab seemed silly, so I renamed that file to olinda.keytab and added the smtp/ key. Getting and using the new principal (and reconfiguring the MUA's like Thunderbird) turns out to be the only config change required. ---