On Thu, 2010-09-16 at 11:05 +0100, Jose Luis Faria wrote: > > doveadm(root): Error: dlopen(/usr/local/lib/dovecot > /lib90_sieve_plugin.so) failed: > /usr/local/lib/dovecot/libdovecot-sieve.so.0: undefined symbol: > mail_deliver_save_open .. > mail_plugins = sieve
Sieve plugin can be used only by lda/lmtp, but you enabled it globally. Use: protocol lda { mail_plugins = sieve }