diff dovecot-example.conf @ 9255:1aec43edab2d HEAD

dovecot.conf: Added support for !include globs. Based on patch by Thomas Guthmann.
author Timo Sirainen <tss@iki.fi>
date Sun, 26 Jul 2009 20:58:52 -0400
parents a9d3108d0cec
children c3d4b5e72ac3
line wrap: on
line diff
--- a/dovecot-example.conf	Sun Jul 26 20:13:18 2009 -0400
+++ b/dovecot-example.conf	Sun Jul 26 20:58:52 2009 -0400
@@ -1208,3 +1208,8 @@
   # size and vsize are available only for expunge and copy events.
   #mail_log_fields = uid box msgid size
 }
+
+# Config files can also be included:
+#!include = /etc/dovecot/conf.d/*.conf
+# Optional configurations, don't give an error if it's not found:
+#!include_try = /etc/dovecot/extra.conf