]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
example-config: Added comment how all *.conf.ext files are accessed typically.
authorTimo Sirainen <tss@iki.fi>
Wed, 15 May 2013 09:52:29 +0000 (12:52 +0300)
committerTimo Sirainen <tss@iki.fi>
Wed, 15 May 2013 09:52:29 +0000 (12:52 +0300)
doc/example-config/dovecot-dict-auth.conf.ext
doc/example-config/dovecot-dict-sql.conf.ext
doc/example-config/dovecot-ldap.conf.ext
doc/example-config/dovecot-sql.conf.ext

index 7e79d3cf362bdcd1299e40d0606c8c82b07ad78c..50617bb396abc8df86137d38c2a149844e4ff4c9 100644 (file)
@@ -1,3 +1,5 @@
+# This file is commonly accessed via dict {} section in dovecot.conf
+
 # Dictionary URI
 #uri = 
 
index 674a25f57666fe66c9771767596f9cd6fb17f4a0..a9a903f1ffa46453bf5374e8d3fbd419c431a1df 100644 (file)
@@ -1,3 +1,5 @@
+# This file is commonly accessed via dict {} section in dovecot.conf
+
 #connect = host=localhost dbname=mails user=testuser password=pass
 
 # CREATE TABLE quota (
index 7dcc7482e165b73efe00aae55be83ac156f4eb30..1ca67334ebaa16f313c03585645be198e398e021 100644 (file)
@@ -1,3 +1,6 @@
+# This file is commonly accessed via passdb {} or userdb {} section in
+# conf.d/auth-ldap.conf.ext
+
 # This file is opened as root, so it should be owned by root and mode 0600.
 #
 # http://wiki2.dovecot.org/AuthDatabase/LDAP
index b650c57a36a54984cf96e3853a509a3e270b3e1d..77e818718171a8a5ee9f66ef3eab452decf818d4 100644 (file)
@@ -1,3 +1,6 @@
+# This file is commonly accessed via passdb {} or userdb {} section in
+# conf.d/auth-sql.conf.ext
+
 # This file is opened as root, so it should be owned by root and mode 0600.
 #
 # http://wiki2.dovecot.org/AuthDatabase/SQL