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

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


details:   http://hg.dovecot.org/dovecot-1.1/rev/2e4623d6a09c
changeset: 8129:2e4623d6a09c
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Jan 25 20:13:17 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 69901064e657 -r 2e4623d6a09c dovecot-example.conf
--- a/dovecot-example.conf	Sun Jan 25 20:10:39 2009 -0500
+++ b/dovecot-example.conf	Sun Jan 25 20:13:17 2009 -0500
@@ -927,6 +927,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>
@@ -977,14 +985,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