Displaying 3 results from an estimated 3 matches for "command_hook_regist".
Did you mean:
command_hook_register
2013 Feb 24
1
Problem with the command hooks api
I have been trying to use the command hook api in an experimental plugin I
have written. The hook is registered using the command_hook_register function,
and for most commands my hook functions get called once as expected.
But when the client uses one of the "UID" commands (e.g. "UID FETCH" ) the
hook functions are executed twice.
I am using dovecot version 2.1.12.
Am I correct in thinking this is a bug?
If I am...
2019 Jul 19
4
index worker 2.3.7 undefined symbol errors
...having updated to 2.3.7.
Jul 18 01:02:49 localhost dovecot: indexer-worker: Error: User <someone>
lookup failed: Couldn't load required plugin
/usr/lib/dovecot/modules/lib95_imap_sieve_plugin.so: dlopen() failed:
/usr/lib/dovecot/modules/lib95_imap_sieve_plugin.so: undefined symbol:
command_hook_register
(I think I fixed this one by a config change)
But I am left with this:
Jul 19 14:09:52 localhost dovecot: indexer-worker: Error: User <someone>
lookup failed: Couldn't load required plugin
/usr/lib/dovecot/modules/lib90_sieve_plugin.so: dlopen() faile:
/usr/lib/dovecot/modules/lib...
2019 Jul 21
0
index worker 2.3.7 undefined symbol errors (more info)
...;
> Jul 18 01:02:49 localhost dovecot: indexer-worker: Error: User
> <someone> lookup failed: Couldn't load required plugin
> /usr/lib/dovecot/modules/lib95_imap_sieve_plugin.so: dlopen() failed:
> /usr/lib/dovecot/modules/lib95_imap_sieve_plugin.so: undefined symbol:
> command_hook_register
>
> (I think I fixed this one by a config change)
>
> But I am left with this:
>
> Jul 19 14:09:52 localhost dovecot: indexer-worker: Error: User
> <someone> lookup failed: Couldn't load required plugin
> /usr/lib/dovecot/modules/lib90_sieve_plugin.so: dlopen()...