problem after dovecot upgrade
hi folks! after upgrading my server, i’ve had a little bit troubles with receiving emails. Fatal: Plugin cmusieve not found from directory /usr/lib/dovecot/modules/lda solution is simple! change this in your dovecot.conf: protocol lda { mail_plugin_dir = /usr/lib/dovecot/modules/lda mail_plugins = sieve sieve_extensions = +imapflags log_path = /var/log/dovecot/deliver.log info_log_path = /var/log/dovecot/deliver-info.log so, change “cmusieve” into “sieve”! and don’t forget to flush your postqueue … there will be some queued emails :)