On 23/04/2020 18:12 lists@mlserv.org wrote:


Hi,

I am playing around with the COI plugin and try to get things working.

I followed the Dovecot docs and also got the source from Github (dovecot/coi).

I have compiled and installed coi successfully.

IMAP seems to be fine, but LMTP has some errors in the logs, so I removed imap_coi for the moment:

Apr 23 17:05:16 mx dovecot: lmtp(10752): Fatal: Couldn't load required plugin /usr/lib64/dovecot/lib11_imap_coi_plugin.so: dlopen() failed: /usr/lib64/dovecot/lib11_imap_coi_plugin.so: undefined symbol: client_add_capability

I am running Dovecot 2.3.10 and coi at the same version.

Am I missing something here?

Thanks in advance

Christian
--
Rößner-Network-Solutions
Karl-Bröger-Str. 10, 36304 Alsfeld
Fax: +49 6631 78823409, Mobil: +49 171 9905345
USt-IdNr.: DE225643613, https://roessner.website
PGP fingerprint: 658D 1342 B762 F484 2DDF 1E88 38A5 4346 D727 94E5
imap_coi_plugin can only be loaded for imap.


protocol imap {
  mail_plugins = $mail_plugins imap_coi
}

protocol lmtp {
  mail_plugins = $mail_plugins lmtp_coi
}
---
Aki Tuomi