Skip to content

Dovecot: Missing columns for Solr and Dovecot Quota-Service

While setting up Solr with Dovecot and the Dovecot Quota-Service I've noticed that those columns for both features are missing (in 3.0.5 Stable as well as current master). So, please add these two colums to the installer:

Example for existing installations: alter table mail_user add disableindexer-worker enum('n','y') default 'n'; alter table mail_user add disablequota-status enum('n','y') default 'n';

Thanks in advance! Micha