diff dovecot-example.conf @ 4757:8df9c973dcc3 HEAD

Added missing imap_capability setting.
author Timo Sirainen <tss@iki.fi>
date Sun, 05 Nov 2006 18:01:32 +0200
parents 11f080e5eff4
children 7abf3fbcda90
line wrap: on
line diff
--- a/dovecot-example.conf	Sun Nov 05 17:51:41 2006 +0200
+++ b/dovecot-example.conf	Sun Nov 05 18:01:32 2006 +0200
@@ -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 {
   }