<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class=""><div class="">I wonder how to configure IMAPSieve with user scripts. I can't find much<br class="">information on the internet.<br class=""></div></div></blockquote><br class=""></div><div>try to enable managesieve:</div><div><br class=""></div><div>service managesieve-login {<br class="">  inet_listener sieve {<br class="">    port = 4190<br class="">  }  <br class="">}<br class=""><br class=""></div><div><br class=""></div><div><a href="https://wiki2.dovecot.org/Pigeonhole/ManageSieve/Configuration" class="">https://wiki2.dovecot.org/Pigeonhole/ManageSieve/Configuration</a></div><div><br class=""></div><div>Roundcube or Thunderbird with Sieve plugin connect to your dovecot server on port 4190.</div><div>Users are authenticatd with the same credentials used for pop/imap and can upload their</div><div>scripts.</div><div><br class=""></div><div>Best regards</div><div>Gerald</div><div><br class=""></div><br class=""></body></html>