We have a big installation with postfix + dovecot + sieve.<br>Now we would like to create a &quot;junk&quot; folder in every customer inbox so they can discard the spam by they own.<br>We are planning to user global_script_path = /etc/dovecot/dovecot.sieve
<br>Where /etc/dovecot/dovecot.sieve is:<br><br>require &quot;fileinto&quot;;<br>if exists &quot;X-Spam-Flag&quot; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fileinto &quot;Junk&quot;;<br>}<br><br><br>My question is, will the script find the users in our database? And how, will it be using the lda configuration?
<br>I have been for weeks looking for this in the wiki and couldn&#39;t find it anywhere.<br>I promise I&#39;ll put it in there if I find the clue :)<br>