<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Juergen Wolf wrote:
<blockquote cite="mid:20081201161147.1fc4c3d2@il007.idmt.fraunhofer.de"
 type="cite">
  <pre wrap="">Hi

 currently, I test a Cyrus IMAP Murder v2.3.13-openpkg on a solaris
sparc host. While the murder setup went all fine and mail comes in and
can be read by users, there is one thing left I could not fix.
If a user has a sieve script like

#Mail filter rules for wolf
#Generated by wolf using SmartSieve 1.0.0-RC2 2008/11/25 09:02:43
require ["fileinto"];

if allof (header :contains "X-Spam-Status" "Yes,") {
        fileinto "INBOX.Spam-Tagged";
}

and the Folder INBOX.Spam-Tagged is located on a different backend
server as the INBOX folder, the sieve script does not work. I get the
following errors on the backend server where the INBOX is located:

lmtp[27859]: sieve runtime error for wolf id
 <a class="moz-txt-link-rfc2396E"
 href="mailto:200812011437.mB1EbPK3023434@mailgw1.fraunhofer.de">&lt;200812011437.mB1EbPK3023434@mailgw1.fraunhofer.de&gt;</a>: Fileinto: Mailbox
 does not exist

Is there any way to tell sieve to move mails to the correct backend
server ?

  </pre>
</blockquote>
>From the web site [<a class="moz-txt-link-freetext"
 href="http://cyrusimap.web.cmu.edu/ag.html">http://cyrusimap.web.cmu.edu/ag.html</a>
section 2.3]:<br>
<blockquote>If a <a href="http://www.cyrusoft.com/sieve">SIEVE</a>
script is
present, the lmtp proxy server must do the processing as the end result
of the processing may result in the mail message going to a different
back end server than where the user's <tt>INBOX</tt> is. <i>Note that
the current implementation runs SIEVE on the backend servers, and
holds the requirement that all of a user's mailboxes live on the same
backend.</i></blockquote>
So, you should heed this warning.<br>
&nbsp;&nbsp;&nbsp; -nic<br>
<pre class="moz-signature" cols="72">-- 
Nic Bernstein                             <a
 class="moz-txt-link-abbreviated" href="mailto:nic@onlight.com">nic@onlight.com</a>
Onlight llc.                              <a
 class="moz-txt-link-abbreviated" href="http://www.onlight.com">www.onlight.com</a>
2266 North Prospect Avenue #610                  v. 414.272.4477
Milwaukee, Wisconsin  53202-6306          f. 414.290.0335
</pre>
</body>
</html>