diff dovecot-example.conf @ 5384:2a6ff0bbc932 HEAD

Renamed dovecot-sql/ldap.conf to dovecot-sql/ldap-example.conf. make install now installs them to sysconfdir.
author Timo Sirainen <tss@iki.fi>
date Fri, 23 Mar 2007 02:04:52 +0200
parents ba8da13e71da
children 20ee7c039604
line wrap: on
line diff
--- a/dovecot-example.conf	Fri Mar 23 01:33:01 2007 +0200
+++ b/dovecot-example.conf	Fri Mar 23 02:04:52 2007 +0200
@@ -861,14 +861,14 @@
   # SQL database
   # http://wiki.dovecot.org/AuthDatabase/SQL
   #passdb sql {
-    # Path for SQL configuration file, see doc/dovecot-sql.conf for example
+    # Path for SQL configuration file, see doc/dovecot-sql-example.conf
     #args = 
   #}
 
   # LDAP database
   # http://wiki.dovecot.org/AuthDatabase/LDAP
   #passdb ldap {
-    # Path for LDAP configuration file, see doc/dovecot-ldap.conf for example
+    # Path for LDAP configuration file, see doc/dovecot-ldap-example.conf
     #args = 
   #}
 
@@ -926,14 +926,14 @@
   # SQL database
   # http://wiki.dovecot.org/AuthDatabase/SQL
   #userdb sql {
-    # Path for SQL configuration file, see doc/dovecot-sql.conf for example
+    # Path for SQL configuration file, see doc/dovecot-sql-example.conf
     #args = 
   #}
 
   # LDAP database
   # http://wiki.dovecot.org/AuthDatabase/LDAP
   #userdb ldap {
-    # Path for LDAP configuration file, see doc/dovecot-ldap.conf for example
+    # Path for LDAP configuration file, see doc/dovecot-ldap-example.conf
     #args = 
   #}