It works inside sections.
On Tue, 2010-05-25 at 15:27 -0700, Tim Traver wrote:
Wait, I forgot another quesiton about it...
in the include, does it insert the config code into the section that the include was called from? for example, if I'm in the middle of the imap section and decide to include the file, does it treat it like it is inserted in that location?
Thanks,
Tim.
On 5/25/2010 3:16 PM, Timo Sirainen wrote:
On 25.5.2010, at 22.48, Tim Traver wrote:
Does dovecot currently have the ability to include another config file when it is parsing the main config??? If not, is that something that we can put on the wish list?
!include another.conf has worked since .. v1.1?
!include *.conf works also in v2.0. Not sure about v1.x.
If you don't specify an absolute path, it's relative to the parent (or main?) config directory (at least in v2.0, not sure about v1.x).