dovecot: Comment updates

dovecot at dovecot.org dovecot at dovecot.org
Sat Jan 5 02:29:27 EET 2008


details:   http://hg.dovecot.org/dovecot/rev/3b61ff127127
changeset: 7111:3b61ff127127
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Jan 05 02:29:24 2008 +0200
description:
Comment updates

diffstat:

1 file changed, 2 insertions(+), 5 deletions(-)
doc/dovecot-sql-example.conf |    7 ++-----

diffs (24 lines):

diff -r c3365e886746 -r 3b61ff127127 doc/dovecot-sql-example.conf
--- a/doc/dovecot-sql-example.conf	Sat Jan 05 02:29:02 2008 +0200
+++ b/doc/dovecot-sql-example.conf	Sat Jan 05 02:29:24 2008 +0200
@@ -67,8 +67,7 @@
 #
 #default_pass_scheme = PLAIN-MD5
 
-# Query to retrieve the password. It can return fields:
-#
+# passdb query to retrieve the password. It can return fields:
 #   password - The user's password. This field must be returned.
 #   user - user at domain from the database. Needed with case-insensitive lookups.
 #   username and domain - An alternative way to represent the "user" field.
@@ -99,9 +98,7 @@
 #  SELECT username, domain, password \
 #  FROM users WHERE username = '%n' AND domain = '%d'
 
-# Query to retrieve the user information.
-#
-# The query must return only one row. Commonly returned columns are:
+# userdb query to retrieve the user information. It can return fields:
 #   uid - System UID (overrides mail_uid setting)
 #   gid - System GID (overrides mail_gid setting)
 #   home - Home directory


More information about the dovecot-cvs mailing list