Re: Websieve and Cyrus 2.1.11 (smartsieve doesn't work neither)

2003-01-18 Thread marc . bigler

Check the user's sieve directory (eg /usr/sieve/k/ken), and make sure
there is a link from 'default' to an actual script file.  You should see
something like:

lrwxrwxrwx1 cyrusmail   10 Nov 10  2001 default -
ken.script
-rw---1 cyrusmail 8877 Jan  8 16:19 ken.script

I've checked and this gets done correctly, now I think I found out my
problem. When I did my tests I used the same account to send mail to myself
and it looks like this doesn't trigger the vacation. This time I tryed to
send me a mail from another test account and then it worked !!

I just saw another behaviour where I would like to know if this is normal
or not. So in my case I've got vacation activated and also a normal filter
which says if subject = something then REJECT mail. The filter works when
the vacation is deactivated but when I activate the vacation this reject
filter doesn't work. Is that the normal behaviour ?

Regards






Re: Websieve and Cyrus 2.1.11 (smartsieve doesn't work neither)

2003-01-18 Thread Ken Murchison


[EMAIL PROTECTED] wrote:
 
 Check the user's sieve directory (eg /usr/sieve/k/ken), and make sure
 there is a link from 'default' to an actual script file.  You should see
 something like:
 
 lrwxrwxrwx1 cyrusmail   10 Nov 10  2001 default -
 ken.script
 -rw---1 cyrusmail 8877 Jan  8 16:19 ken.script
 
 I've checked and this gets done correctly, now I think I found out my
 problem. When I did my tests I used the same account to send mail to myself
 and it looks like this doesn't trigger the vacation. This time I tryed to
 send me a mail from another test account and then it worked !!

Yeah, Sieve checks to make sure that you're not sending a vacation
message to yourself to prevent mail loops.  And besides, if you're on
vacation, you probably already know it  :)


 I just saw another behaviour where I would like to know if this is normal
 or not. So in my case I've got vacation activated and also a normal filter
 which says if subject = something then REJECT mail. The filter works when
 the vacation is deactivated but when I activate the vacation this reject
 filter doesn't work. Is that the normal behaviour ?

Yes, reject isn't allowed in combination with other actions (see RFC3028
section 2.10.4).

-- 
Kenneth Murchison Oceana Matrix Ltd.
Software Engineer 21 Princeton Place
716-662-8973 x26  Orchard Park, NY 14127
--PGP Public Key--http://www.oceana.com/~ken/ksm.pgp



Re: Websieve and Cyrus 2.1.11 (smartsieve doesn't work neither)

2003-01-17 Thread marc . bigler

You could take a look at SmartSieve, at:

   http://smartsieve.sourceforge.net

Its an active project, written in PHP, and works with Websieve scripts.

Hi, thanks for the link, I just had a try at that project and same result,
everything looks fine, the script gets created and activated but when
sending test mails nothing happens... No idea why, there are also no error
messages in my logs. Any ideas what I should check ?

Regards






Re: Websieve and Cyrus 2.1.11 (smartsieve doesn't work neither)

2003-01-17 Thread Ken Murchison


[EMAIL PROTECTED] wrote:
 
 You could take a look at SmartSieve, at:
 
http://smartsieve.sourceforge.net
 
 Its an active project, written in PHP, and works with Websieve scripts.
 
 Hi, thanks for the link, I just had a try at that project and same result,
 everything looks fine, the script gets created and activated but when
 sending test mails nothing happens... No idea why, there are also no error
 messages in my logs. Any ideas what I should check ?

Check the user's sieve directory (eg /usr/sieve/k/ken), and make sure
there is a link from 'default' to an actual script file.  You should see
something like:

lrwxrwxrwx1 cyrusmail   10 Nov 10  2001 default -
ken.script
-rw---1 cyrusmail 8877 Jan  8 16:19 ken.script


I've seen Websieve not do this correctly when starting from scratch.

-- 
Kenneth Murchison Oceana Matrix Ltd.
Software Engineer 21 Princeton Place
716-662-8973 x26  Orchard Park, NY 14127
--PGP Public Key--http://www.oceana.com/~ken/ksm.pgp