Hi,<br>i have my murder cluster running, with postfix as MTA and amavis for spam and virus check.<br>Now I would like to move all the junkmails automiticaly into a subfolder INBOX.Junk..<br>I tried the autocreateinboxfolder option with varioous enytries like NBOX/Junk or only Junk,<br>
nothing did work. Can I maybe create the junkfolder with the first junkmessage received or<br>should it be automtically.<br><br>Since I have a murder setup, I read the sieve should run on the frontend, right?<br><br>my sievesettings in imapd.conf<br>
sievedir: /var/lib/imap/sieve<br>autocreate_sieve_script: /etc/mail/move_junk.sieve<br>autocreateinboxfolders: INBOX/Junk<br>createonpost: 1<br><br><br>my move_junk script<br>require &quot;regex&quot;;<br>&nbsp;&nbsp;&nbsp; if header :regex &quot;Subject&quot; &quot;^\*\*\*SPAM&quot; {<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fileinto &quot;INBOX/Junk&quot;;<br>}<br><br><br>when I create a new user I cant find any entries in the maillog about the new folders :(<br><br><br>thank you for youre help<br><br>rupert<br>