[dovecot-cvs] dovecot dovecot-example.conf,1.222,1.223

tss at dovecot.org tss at dovecot.org
Sun Nov 5 16:01:35 UTC 2006


Update of /var/lib/cvs/dovecot
In directory talvi:/tmp/cvs-serv24843

Modified Files:
	dovecot-example.conf 
Log Message:
Added missing imap_capability setting.



Index: dovecot-example.conf
===================================================================
RCS file: /var/lib/cvs/dovecot/dovecot-example.conf,v
retrieving revision 1.222
retrieving revision 1.223
diff -u -d -r1.222 -r1.223
--- dovecot-example.conf	17 Oct 2006 11:03:30 -0000	1.222
+++ dovecot-example.conf	5 Nov 2006 16:01:32 -0000	1.223
@@ -509,6 +509,9 @@
   # Many clients however don't understand it and ask the CAPABILITY anyway.
   #login_greeting_capability = no
 
+  # Override the IMAP CAPABILITY response.
+  #imap_capability = 
+
   # Workarounds for various client bugs:
   #   delay-newmail:
   #     Send EXISTS/RECENT new mail notifications only when replying to NOOP
@@ -761,6 +764,7 @@
   # database (passwd usually), you can use static userdb.
   # REMEMBER: You'll need /etc/pam.d/dovecot file created for PAM
   # authentication to actually work.
+  # http://wiki.dovecot.org/PasswordDatabase/PAM
   passdb pam {
     #  [session=yes] [setcred=yes] [cache_key=<key>] [<service name>]
     #
@@ -793,16 +797,18 @@
 
   # /etc/passwd or similar, using getpwnam()
   # In many systems nowadays this uses Name Service Switch, which is
-  # configured in /etc/nsswitch.conf. WARNING: nss_ldap is known to be broken
-  # with Dovecot. Don't use it, or users might log in as each others!
+  # configured in /etc/nsswitch.conf.
+  # http://wiki.dovecot.org/AuthDatabase/Passwd
   #passdb passwd {
   #}
 
   # /etc/shadow or similiar, using getspnam(). Deprecated by PAM nowadays.
+  # http://wiki.dovecot.org/PasswordDatabase/Shadow
   #passdb shadow {
   #}
 
-  # BSD authentication. Used by at least OpenBSD.
+  # PAM-like authentication for OpenBSD.
+  # http://wiki.dovecot.org/PasswordDatabase/BSDAuth
   #passdb bsdauth {
     # [cache_key=<key>] - See cache_key in PAM for explanation.
     #args =
@@ -849,7 +855,9 @@
 
   # /etc/passwd or similar, using getpwnam()
   # In many systems nowadays this uses Name Service Switch, which is
-  # configured in /etc/nsswitch.conf.
+  # configured in /etc/nsswitch.conf. WARNING: nss_ldap is known to be broken
+  # with Dovecot. Don't use it, or users might log in as each others!
+  # http://wiki.dovecot.org/AuthDatabase/Passwd
   userdb passwd {
   }
 



More information about the dovecot-cvs mailing list