[dovecot-cvs] dovecot/doc dovecot-pgsql.conf,1.2,1.3

cras at procontrol.fi cras at procontrol.fi
Sun Apr 27 04:12:45 EEST 2003


Update of /home/cvs/dovecot/doc
In directory danu:/tmp/cvs-serv21496/doc

Modified Files:
	dovecot-pgsql.conf 
Log Message:
Fixes and support for system_user, mail and chroot settings 



Index: dovecot-pgsql.conf
===================================================================
RCS file: /home/cvs/dovecot/doc/dovecot-pgsql.conf,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- dovecot-pgsql.conf	2 Apr 2003 02:09:41 -0000	1.2
+++ dovecot-pgsql.conf	27 Apr 2003 00:12:42 -0000	1.3
@@ -55,11 +55,16 @@
 
 # Query to retrieve the user information.
 #
-# The query must reutrn only one row. The columns to return are home directory,
-# uid, and gid. They do not have to be in any given order, but if they are not
-# named "home", "uid", and "gid", then they must be cast to those names. If
-# more than one row is returned or there's missing fields, login will
-# automatically fail.
+# The query must return only one row. The columns to return are:
+#   home - Home directory
+#   mail - MAIL environment
+#   system_user - System user name (for initgroups())
+#   uid - System UID
+#   gid - System GID
+#   chroot - Chroot to home directory? (Y / N)
+#
+# Either home or mail is required. uid and gid are required. If more than one
+# row is returned or there's missing fields, login will automatically fail.
 #
 # Examples
 #   user_query = SELECT home, uid, gid FROM users WHERE userid = '%n' AND domain = '%d'




More information about the dovecot-cvs mailing list