diff dovecot-example.conf @ 3683:28cca6317829 HEAD

Added GSSAPI support. Patch by Jelmer Vernooij and some fixes by pod@herald.ox.ac.uk
author Timo Sirainen <tss@iki.fi>
date Thu, 27 Oct 2005 17:57:50 +0300
parents 3ba5ee54fa3c
children c62c573560c1
line wrap: on
line diff
--- a/dovecot-example.conf	Thu Oct 27 17:29:21 2005 +0300
+++ b/dovecot-example.conf	Thu Oct 27 17:57:50 2005 +0300
@@ -569,9 +569,13 @@
 # automatically created and destroyed as needed.
 #auth_worker_max_count = 30
 
+# Kerberos keytab to use for the GSSAPI mechanism. Will use the system 
+# default (usually /etc/krb5.keytab) if not specified.
+#auth_krb5_keytab = 
+
 auth default {
   # Space separated list of wanted authentication mechanisms:
-  #   plain digest-md5 cram-md5 apop anonymous
+  #   plain digest-md5 cram-md5 apop anonymous gssapi
   mechanisms = plain
 
   #