[dovecot-cvs] dovecot dovecot-example.conf,1.194.2.24,1.194.2.25
tss at dovecot.org
tss at dovecot.org
Sun Nov 5 16:01:33 UTC 2006
Update of /var/lib/cvs/dovecot
In directory talvi:/tmp/cvs-serv24847
Modified Files:
Tag: branch_1_0
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.194.2.24
retrieving revision 1.194.2.25
diff -u -d -r1.194.2.24 -r1.194.2.25
--- dovecot-example.conf 17 Oct 2006 11:02:57 -0000 1.194.2.24
+++ dovecot-example.conf 5 Nov 2006 16:01:30 -0000 1.194.2.25
@@ -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