On Thu, 2010-10-07 at 12:10 +0200, Antonio Perez-Aranda wrote:
Is possible to split dovecot.conf with a very very big plugin {} section?
Maybe, some like apache with sites-enabled.d
If you look at the default example-config, it already has plugin section split to multiple files:
[tss@kurkku] ~/cvs/dovecot-2.0/doc/example-config/conf.d% grep 'plugin {' * 10-logging.conf:plugin { 90-acl.conf:plugin { 90-acl.conf:plugin { 90-plugin.conf:plugin { 90-quota.conf:plugin { 90-quota.conf:plugin { 90-quota.conf:plugin { 90-quota.conf:plugin {
Then, we could have a file per plugin.
I don't know if all plugins deserve their own file in example-config.. But yeah, as you can see quota and acl already do have, but I think they are exceptions (because of their complexity).