sieve
Dan White
dwhite at olp.net
Wed Feb 10 09:36:46 EST 2010
On 10/02/10 10:20 +0100, Richard Pijnenburg wrote:
>Hi Dan,
>
>I've used websieve for creating the rules.
>as far as i can see it communicates with timsieved.
>Below a list of the files
>
>4.0K drwx------ 2 cyrus mail 4.0K Feb 8 23:10 .
>4.0K drwx------ 3 cyrus mail 4.0K Feb 8 21:44 ..
> 0 lrwxrwxrwx 1 cyrus mail 12 Feb 8 21:47 defaultbc -> defscript.bc
>4.0K -rw------- 1 cyrus mail 196 Feb 8 23:10 defscript.bc
>4.0K -rw------- 1 cyrus mail 20 Feb 8 23:10 defscript_pseudo.bc
>4.0K -rw------- 1 cyrus mail 207 Feb 8 23:10 defscript_pseudo.script
>4.0K -rw------- 1 cyrus mail 258 Feb 8 23:10 defscript.script
>
>Best regards,
>
>Richard
>
>On Tue, 9 Feb 2010 23:01:25 -0600, Dan White <dwhite at olp.net> wrote:
>> On 08/02/10 23:14 +0100, Richard Pijnenburg wrote:
>>>Hi all,
>>>
>>>I have websieve running to test sieve out.
>>>
>>>I've setup 2 simple rules.
>>>
>>>1. Vacation message
>>>2. Forward
>>>
>>>In both cases they aren't being executed. I have found the rules in the
>>>sieve directory and they both seem okay. I have the idea that sieve
>>>isn't executed at all. Is there something I need to add to the cyrus or
>>>postfix config to make it work?
What do you see in your logs? You should see something similar to this, for
the Forward rule:
Feb 9 08:34:48 neo cyrus/lmtpunix[18087]: duplicate_check: <1234567890 at UnionEmail-Cert.example.com>-pattyjones at example.org .pattyjones at example.net.sieve. 0
Feb 9 08:34:48 neo cyrus/lmtpunix[18087]: duplicate_mark: <1234567890 at UnionEmail-Cert.example.com>-pattyjones at example.org.pattyjones@example.net.sieve. 1265726088 0
Feb 9 08:34:48 neo cyrus/lmtpunix[18087]: sieve redirected: <1234567890 at UnionEmail-Cert.example.com>-pattyjones at example.org> to: pattyjones at example.org
And the rule which produced it:
require
["fileinto","envelope","reject","vacation","imapflags","relational","comparator-i;ascii-numeric","regex","notify"];
if
true
{
keep;
redirect "pattyjones at example.org";
}
Do you see any errors in the logs?
--
Dan White
More information about the Info-cyrus
mailing list