dovecot-2.2: example-config: Added comment how all *.conf.ext fi...

dovecot at dovecot.org dovecot at dovecot.org
Wed May 15 12:52:40 EEST 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/6b61d3578ef0
changeset: 16354:6b61d3578ef0
user:      Timo Sirainen <tss at iki.fi>
date:      Wed May 15 12:52:29 2013 +0300
description:
example-config: Added comment how all *.conf.ext files are accessed typically.

diffstat:

 doc/example-config/dovecot-dict-auth.conf.ext |  2 ++
 doc/example-config/dovecot-dict-sql.conf.ext  |  2 ++
 doc/example-config/dovecot-ldap.conf.ext      |  3 +++
 doc/example-config/dovecot-sql.conf.ext       |  3 +++
 4 files changed, 10 insertions(+), 0 deletions(-)

diffs (38 lines):

diff -r c60fd665e37c -r 6b61d3578ef0 doc/example-config/dovecot-dict-auth.conf.ext
--- a/doc/example-config/dovecot-dict-auth.conf.ext	Wed May 15 12:50:29 2013 +0300
+++ b/doc/example-config/dovecot-dict-auth.conf.ext	Wed May 15 12:52:29 2013 +0300
@@ -1,3 +1,5 @@
+# This file is commonly accessed via dict {} section in dovecot.conf
+
 # Dictionary URI
 #uri = 
 
diff -r c60fd665e37c -r 6b61d3578ef0 doc/example-config/dovecot-dict-sql.conf.ext
--- a/doc/example-config/dovecot-dict-sql.conf.ext	Wed May 15 12:50:29 2013 +0300
+++ b/doc/example-config/dovecot-dict-sql.conf.ext	Wed May 15 12:52:29 2013 +0300
@@ -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 (
diff -r c60fd665e37c -r 6b61d3578ef0 doc/example-config/dovecot-ldap.conf.ext
--- a/doc/example-config/dovecot-ldap.conf.ext	Wed May 15 12:50:29 2013 +0300
+++ b/doc/example-config/dovecot-ldap.conf.ext	Wed May 15 12:52:29 2013 +0300
@@ -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
diff -r c60fd665e37c -r 6b61d3578ef0 doc/example-config/dovecot-sql.conf.ext
--- a/doc/example-config/dovecot-sql.conf.ext	Wed May 15 12:50:29 2013 +0300
+++ b/doc/example-config/dovecot-sql.conf.ext	Wed May 15 12:52:29 2013 +0300
@@ -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


More information about the dovecot-cvs mailing list