dovecot-1.2: dovecot-example.conf: Moved userdb prefetch before ...

dovecot at dovecot.org dovecot at dovecot.org
Mon Jan 26 03:13:38 EET 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/21d797789179
changeset: 8689:21d797789179
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Jan 25 20:13:34 2009 -0500
description:
dovecot-example.conf: Moved userdb prefetch before other userdbs, since that's where it should be.

diffstat:

1 file changed, 8 insertions(+), 8 deletions(-)
dovecot-example.conf |   16 ++++++++--------

diffs (33 lines):

diff -r 4b25c3e326a4 -r 21d797789179 dovecot-example.conf
--- a/dovecot-example.conf	Sun Jan 25 20:11:24 2009 -0500
+++ b/dovecot-example.conf	Sun Jan 25 20:13:34 2009 -0500
@@ -959,6 +959,14 @@ auth default {
   # <doc/wiki/UserDatabase.txt>
   #
 
+  # "prefetch" user database means that the passdb already provided the
+  # needed information and there's no need to do a separate userdb lookup.
+  # This can be made to work with SQL and LDAP databases, see their example
+  # configuration files for more information how to do it.
+  # <doc/wiki/UserDatabase.Prefetch.txt>
+  #userdb prefetch {
+  #}
+
   # System users (NSS, /etc/passwd, or similiar). In many systems nowadays this
   # uses Name Service Switch, which is configured in /etc/nsswitch.conf.
   # <doc/wiki/AuthDatabase.Passwd.txt>
@@ -1016,14 +1024,6 @@ auth default {
 
   # vpopmail <doc/wiki/AuthDatabase.VPopMail.txt>
   #userdb vpopmail {
-  #}
-
-  # "prefetch" user database means that the passdb already provided the
-  # needed information and there's no need to do a separate userdb lookup.
-  # This can be made to work with SQL and LDAP databases, see their example
-  # configuration files for more information how to do it.
-  # <doc/wiki/UserDatabase.Prefetch.txt>
-  #userdb prefetch {
   #}
 
   # User to use for the process. This user needs access to only user and


More information about the dovecot-cvs mailing list