On Mon, 2009-08-31 at 12:31 -0430, Julio C. Ortega wrote:
I'll would like to see a config dir like /etc/dovecot.d, and, inside it something like:
network.example namespaces.example logging.example protocols.example security.example plugins.example
Hmm. I kind of like it, except several config files are context-specific and can't be included with simple "!include *.conf". Hmm. They're probably going to be confusing in any case.. Maybe something like:
main config, basically says !include conf.d/*.conf
/etc/dovecot/dovecot.conf
the actual configs
/etc/dovecot/conf.d/*.conf
context-specific configs that get referenced in the .conf files
/etc/dovecot/dovecot-sql.conf /etc/dovecot/dovecot-ldap.conf /etc/dovecot/dovecot-db.conf /etc/dovecot/dovecot-dict-sql.conf
But if i got to choose only from the two that you listed, i'll go for option 2.
Actually they weren't options. Just two steps. :)