[dovecot-cvs] dovecot dovecot-example.conf,1.119,1.120

cras at dovecot.org cras at dovecot.org
Thu Oct 21 16:41:38 EEST 2004


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

Modified Files:
	dovecot-example.conf 
Log Message:
mysql/pgsql -> sql



Index: dovecot-example.conf
===================================================================
RCS file: /var/lib/cvs/dovecot/dovecot-example.conf,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -d -r1.119 -r1.120
--- dovecot-example.conf	21 Oct 2004 02:23:09 -0000	1.119
+++ dovecot-example.conf	21 Oct 2004 13:41:36 -0000	1.120
@@ -518,8 +518,7 @@
   #   static uid=<uid> gid=<gid> home=<dir template>: static settings
   #   vpopmail: vpopmail library
   #   ldap <config path>: LDAP, see doc/dovecot-ldap.conf
-  #   pgsql <config path>: a PostgreSQL database, see doc/dovecot-pgsql.conf
-  #   mysql <config path>: a MySQL database, see doc/dovecot-mysql.conf
+  #   sql <config path>: SQL database, see doc/dovecot-sql.conf
   userdb = passwd
 
   # Where password database is kept:
@@ -530,8 +529,7 @@
   #   passwd-file <path>: passwd-like file with specified location
   #   vpopmail: vpopmail authentication
   #   ldap <config path>: LDAP, see doc/dovecot-ldap.conf
-  #   pgsql <config path>: a PostgreSQL database, see doc/dovecot-pgsql.conf
-  #   mysql <config path>: a MySQL database, see doc/dovecot-mysql.conf
+  #   sql <config path>: SQL database, see doc/dovecot-sql.conf
   passdb = pam
 
   # User to use for the process. This user needs access to only user and



More information about the dovecot-cvs mailing list