Thank you. That hint solved my issue. Perfect. Regards Torsten
On 04/24/2015 12:39 AM, Pascal Volk wrote:
On 04/23/2015 10:16 PM, T.Tributh wrote:
Hi, since several versions i have the following problem: Actually i am using:
dovecot --version 2.2.16 (de2023e630cb)
When i try to use doveadm i see the following error:
doveadm pw -t {SSHA512}cywDi7p60qc1K0mK4zAC2NrnK86hntGgbQcAh3H9U3WEpZMFk1hj/MYQ81hJouP1FOsF/Jasc1BjzdaPeUU5fYLitEzV -p 1234 Fatal: Couldn't load required plugin /usr/lib/dovecot/modules/lib11_imap_quota_plugin.so: dlopen() failed: /usr/lib/dovecot/modules/lib11_imap_quota_plugin.so: undefined symbol: command_unregister
I recognized that these lines in my main dovecot.conf are responsible:
mail_plugins = quota imap_quota That's wrong for the global mail_plugins setting
When i change it to
mail_plugins = quota ... ....but than my thunderbird-client is not longer able to recognize to mailbox-size. See http://wiki2.dovecot.org/Quota#Enabling_quota_plugins
Regards, Pascal