[dovecot-cvs] dovecot/doc dovecot-sql.conf,1.8,1.9

cras at dovecot.org cras at dovecot.org
Sun Jan 22 14:09:13 EET 2006


Update of /var/lib/cvs/dovecot/doc
In directory talvi:/tmp/cvs-serv23184/doc

Modified Files:
	dovecot-sql.conf 
Log Message:
SQLite support. Patch by Jakob Hirsch.



Index: dovecot-sql.conf
===================================================================
RCS file: /var/lib/cvs/dovecot/doc/dovecot-sql.conf,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- dovecot-sql.conf	10 Dec 2005 20:36:18 -0000	1.8
+++ dovecot-sql.conf	22 Jan 2006 12:09:11 -0000	1.9
@@ -20,7 +20,7 @@
 #     active CHAR(1) DEFAULT 'Y' NOT NULL
 # );
 
-# Database driver: mysql, pgsql
+# Database driver: mysql, pgsql, sqlite
 #driver = 
 
 # Database connection string. This is driver-specific setting.
@@ -42,9 +42,13 @@
 #   You can connect to UNIX sockets by using host: host=/var/run/mysql.sock
 #   Note that currently you can't use spaces in parameters.
 #
+# sqlite:
+#   The path to the database file.
+#
 # Examples:
 #   connect = host=192.168.1.1 dbname=users
 #   connect = host=sql.example.com dbname=virtual user=virtual password=blarg
+#   connect = /etc/dovecot/authdb.sqlite
 #
 #connect = dbname=virtual user=virtual
 



More information about the dovecot-cvs mailing list