diff options
Diffstat (limited to 'files/usr/local/etc/dovecot/dovecot.conf.imap_server')
-rw-r--r-- | files/usr/local/etc/dovecot/dovecot.conf.imap_server | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/files/usr/local/etc/dovecot/dovecot.conf.imap_server b/files/usr/local/etc/dovecot/dovecot.conf.imap_server new file mode 100644 index 0000000..2045e76 --- /dev/null +++ b/files/usr/local/etc/dovecot/dovecot.conf.imap_server @@ -0,0 +1,5 @@ +protocols = imap lmtp + +import_environment = \$import_environment KRB5_KTNAME=${dovecot_keytab} KRB5_CLIENT_KTNAME=${dovecot_keytab} + +!include conf.d/*.conf |