[Dovecot] dovecot 2.05 doveadm expunge undefined symbol: hook_client_created
HI Timo, upgrading to 2.05 i now have
doveadm expunge -A mailbox Trash savedbefore 90d; doveadm(root): Error: dlopen(/usr/lib/dovecot/modules/lib02_imap_acl_plugin.so) failed: /usr/lib/dovecot/modules/lib02_imap_acl_plugin.so: undefined symbol: hook_client_created doveadm(root): Fatal: Couldn't load required plugins root@mail01:~/fetchmailcreator# ls -la /usr/lib/dovecot/modules/lib02_imap_acl_plugin.so
i think it worked with 2.03
Best Regards
MfG Robert Schetterer
Germany/Munich/Bavaria
On Mon, 2010-10-04 at 09:50 +0200, Robert Schetterer wrote:
HI Timo, upgrading to 2.05 i now have
doveadm expunge -A mailbox Trash savedbefore 90d; doveadm(root): Error: dlopen(/usr/lib/dovecot/modules/lib02_imap_acl_plugin.so) failed: /usr/lib/dovecot/modules/lib02_imap_acl_plugin.so: undefined symbol: hook_client_created
You've put imap_acl to global mail_plugins setting. imap_acl is meant only for imap process, put it inside protocol imap {} only.
Am 04.10.2010 15:59, schrieb Timo Sirainen:
On Mon, 2010-10-04 at 09:50 +0200, Robert Schetterer wrote:
HI Timo, upgrading to 2.05 i now have
doveadm expunge -A mailbox Trash savedbefore 90d; doveadm(root): Error: dlopen(/usr/lib/dovecot/modules/lib02_imap_acl_plugin.so) failed: /usr/lib/dovecot/modules/lib02_imap_acl_plugin.so: undefined symbol: hook_client_created
You've put imap_acl to global mail_plugins setting. imap_acl is meant only for imap process, put it inside protocol imap {} only.
yes my fault , during debug last acl problems i added this, removed, works now
-- Best Regards
MfG Robert Schetterer
Germany/Munich/Bavaria
participants (2)
-
Robert Schetterer
-
Timo Sirainen