<html dir="ltr"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body class="" style="text-align:left; direction:ltr;"><div>Am Mittwoch, den 01.04.2020, 15:41 +0300 schrieb Sami Ketola:</div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><div class="">Hi,</div><div class=""><br class=""></div>"If personal user scripts also need to directly access external programs, the extensions need to be added to the <tt class="">sieve_extensions</tt> setting. "<div class=""><br class=""></div><div class="">from <a href="https://wiki2.dovecot.org/Pigeonhole/Sieve/Plugins/Extprograms" class="">https://wiki2.dovecot.org/Pigeonhole/Sieve/Plugins/Extprograms</a></div><div class=""><br class=""></div><div class="">so is this a global sieve script or personal sieve script? I think it is personal script as it is triggered by imapsieve.</div></blockquote><div><br></div><div>This is a global script. However, what now seems to have fixed it is adding </div><div><br></div><pre>sieve_plugins = sieve_imapsieve </pre><pre><br></pre><div>and </div><div><br></div><div>changing </div><div><br></div><pre>sieve_global_extensions = +vnd.dovecot.environment +vnd.dovecot.debug </pre><div><br></div><div>to </div><div><br></div><pre>sieve_global_extensions = +vnd.dovecot.environment +vnd.dovecot.debug +vnd.dovecot.pipe</pre><div><br></div><div>in conf.d/90-sieve.conf</div><div><br></div><div>Obviously, having these additions in the settings for the IMAP plugin wasn't sufficient.. Hm...</div><div><br></div><div>Cheers,</div><div><br></div><div>Johannes</div><div><br></div><div> </div></body></html>