From c8ad60fd9a65d09131219d2451cd420bb8e34b51 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Fri, 31 Jul 2009 12:11:12 -0400 Subject: [PATCH] dovecot-example.conf: Fixed !include examples. --HG-- branch : HEAD --- dovecot-example.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dovecot-example.conf b/dovecot-example.conf index ff25253c38..0135dea9b3 100644 --- a/dovecot-example.conf +++ b/dovecot-example.conf @@ -1215,6 +1215,6 @@ plugin { } # Config files can also be included: -#!include = /etc/dovecot/conf.d/*.conf +#!include /etc/dovecot/conf.d/*.conf # Optional configurations, don't give an error if it's not found: -#!include_try = /etc/dovecot/extra.conf +#!include_try /etc/dovecot/extra.conf -- 2.47.3