<!doctype html>
<html>
 <head> 
  <meta charset="UTF-8"> 
 </head>
 <body>
  <div>
   <br>
  </div>
  <blockquote type="cite">
   <div>
    On 23/04/2020 18:12 
    <a href="mailto:lists@mlserv.org">lists@mlserv.org</a> wrote:
   </div>
   <div>
    <br>
   </div>
   <div>
    <br>
   </div>
   <div>
    Hi,
   </div>
   <div>
    <br>
   </div>
   <div>
    I am playing around with the COI plugin and try to get things working.
   </div>
   <div>
    <br>
   </div>
   <div>
    I followed the Dovecot docs and also got the source from Github (dovecot/coi).
   </div>
   <div>
    <br>
   </div>
   <div>
    I have compiled and installed coi successfully.
   </div>
   <div>
    <br>
   </div>
   <div>
    IMAP seems to be fine, but LMTP has some errors in the logs, so I removed imap_coi for the moment:
   </div>
   <div>
    <br>
   </div>
   <div>
    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
   </div>
   <div>
    <br>
   </div>
   <div>
    I am running Dovecot 2.3.10 and coi at the same version.
   </div>
   <div>
    <br>
   </div>
   <div>
    Am I missing something here?
   </div>
   <div>
    <br>
   </div>
   <div>
    Thanks in advance
   </div>
   <div>
    <br>
   </div>
   <div>
    Christian
   </div>
   <div>
    --
   </div>
   <div>
    Rößner-Network-Solutions
   </div>
   <div>
    Karl-Bröger-Str. 10, 36304 Alsfeld
   </div>
   <div>
    Fax: +49 6631 78823409, Mobil: +49 171 9905345
   </div>
   <div>
    USt-IdNr.: DE225643613, 
    <a href="https://roessner.website" rel="noopener" target="_blank">https://roessner.website</a>
   </div>
   <div>
    PGP fingerprint: 658D 1342 B762 F484 2DDF 1E88 38A5 4346 D727 94E5
   </div>
  </blockquote>
  <div>
   imap_coi_plugin can only be loaded for imap.
  </div>
  <div>
   <br>
  </div>
  <div>
   <br>
  </div>
  <div>
   protocol imap {
  </div>
  <div>
     mail_plugins = $mail_plugins imap_coi
  </div>
  <div>
   }
  </div>
  <div>
   <br>
  </div>
  <div>
   <div>
    protocol lmtp {
   </div>
   <div>
      mail_plugins = $mail_plugins lmtp_coi
   </div>
   <div>
    }
   </div>
  </div>
  <div class="io-ox-signature">
   <pre>---
Aki Tuomi</pre>
  </div> 
 </body>
</html>