On 3.7.2010, at 19.22, Luigi Rosa wrote:
# doveadm -D user *
The problem is that your shell expands * to all files in the current directory, use '*' to avoid that. There is nothing doveadm can do about this.
doveadm(root): Debug: Loading modules from directory: /usr/local/lib/dovecot/doveadm doveadm(root): Error: dlopen(/usr/local/lib/dovecot/doveadm/lib10_doveadm_expire_plugin.so) failed: /usr/local/lib/dovecot/doveadm/lib10_doveadm_expire_plugin.so: undefined symbol: expire_set_lookup doveadm(root): Error: dlopen(/usr/local/lib/dovecot/doveadm/lib10_doveadm_quota_plugin.so) failed: /usr/local/lib/dovecot/doveadm/lib10_doveadm_quota_plugin.so: undefined symbol: quota_user_module
These aren't really errors.. perhaps they should be logged as debug prefix.. but that's more code..