31 Aug
2009
31 Aug
'09
8:58 p.m.
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.