[Dovecot] v2.0 configuration paths
Timo Sirainen
tss at iki.fi
Mon Aug 31 20:58:51 EEST 2009
On Mon, 2009-08-31 at 19:51 +0200, Geert Hendrickx wrote:
> On Mon, Aug 31, 2009 at 01:28:50PM -0400, Timo Sirainen wrote:
> > # main config, basically says !include conf.d/*.conf
> > /etc/dovecot/dovecot.conf
> >
> > # the actual configs
> > /etc/dovecot/conf.d/*.conf
>
>
> Why in another subdir? Why not everything in /etc/dovecot?
Because of the part you dropped out of your quote. :) Some of the .conf
files can't be included. For example there's:
auth default {
..
passdb sql {
args = dovecot-sql.conf
}
}
Perhaps some day that could become:
auth default {
..
passdb sql {
!include dovecot-sql.conf
}
}
In either case, if dovecot-sql.conf gets !included in the root level
it'll generate errors about unknown settings.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
Url : http://dovecot.org/pipermail/dovecot/attachments/20090831/8b157767/attachment.bin
More information about the dovecot
mailing list