Re: Sieve problems..

2008-01-17 Thread Phil Pennock
On 2008-01-16 at 21:34 +0100, Anders Norrbring wrote: > First, is there some documentation to find anywhere on how to write > sieve scripts? I've only found small fragments here and there.. > (www.cyrusoft.com has expired..) The good news is that you have good timing -- the IETF has just publish

Re: sieve problems

2007-09-27 Thread Jens Kleikamp
Roy Sigurd Karlsbakk schrieb: > hi > > I have this rather large sieve list, but this one rule doesn't seem to > work correctly. when I receive email from this list, they all appear in > my INBOX _and_ in the subfolder for the list > > the entry is the one below > > # Cyrus IMAP > if header :cont

Re: Sieve problems

2004-12-11 Thread Sasa Stupar
V sob, 11.12.2004 ob 11:39 je Sasa Stupar napisal(a): > I am testing sieve to see if it can replace my filters in Evolution. I > use Websieve to administer my script. The problem is that I have created > my sieve script but in my log I have the following: > --- > Dec 11 11:34:31 xmail lmtpu

Re: sieve problems

2004-09-07 Thread Marc Williams
On Tue, 2004-09-07 at 08:59, Alexander Dalloz wrote: > Am Di, den 07.09.2004 schrieb Marc Williams um 4:22: > > > I changed out my imapd.conf so that sasl_mech_list now says "plain" and > > guess what? It now works. Which I guess sort of answers the question > > except it's a little disconcertin

Re: sieve problems

2004-09-07 Thread Marc Williams
On Tue, 2004-09-07 at 09:08, Ken Murchison wrote: > Marc Williams wrote: > > I changed out my imapd.conf so that sasl_mech_list now says "plain" and > > guess what? It now works. Which I guess sort of answers the question > > except it's a little disconcerting to know that imapd will handle pam >

Re: sieve problems

2004-09-07 Thread Ken Murchison
Marc Williams wrote: On Mon, 2004-09-06 at 20:50, Marc Williams wrote: On Mon, 2004-09-06 at 19:12, Alexander Dalloz wrote: Am Di, den 07.09.2004 schrieb Marc Williams um 1:45: What is your /etc/imapd.conf content. Which AUTH MECHs do you use? Thanks for responding Alexander. I look forward to you

Re: sieve problems

2004-09-07 Thread Alexander Dalloz
Am Di, den 07.09.2004 schrieb Marc Williams um 4:22: > I changed out my imapd.conf so that sasl_mech_list now says "plain" and > guess what? It now works. Which I guess sort of answers the question > except it's a little disconcerting to know that imapd will handle pam > but timsieved won't. Es

Re: sieve problems

2004-09-06 Thread Carl P. Corliss
Marc Williams wrote: [snip] My only concern at this point is whether or not the "plain" mech is adequate security. Thanks! PLAIN/LOGIN mechs are fine providing the communication is happening over an encrypted line (read: imaps using SSL/TLS) :-) Cheers, -- Carl --- Cyrus Home Page: http://asg.web.

Re: sieve problems

2004-09-06 Thread Marc Williams
On Mon, 2004-09-06 at 21:07, Alexander Dalloz wrote: > Am Di, den 07.09.2004 schrieb Marc Williams um 3:50: > > > Thanks for responding Alexander. I look forward to your posts in the FC > > lists. > > Thanks :) You are welcome. > > > The entirety of my imapd.conf is as follows: > > > sasl_pwch

Re: sieve problems

2004-09-06 Thread Marc Williams
On Mon, 2004-09-06 at 20:50, Marc Williams wrote: > On Mon, 2004-09-06 at 19:12, Alexander Dalloz wrote: > > Am Di, den 07.09.2004 schrieb Marc Williams um 1:45: > > What is your /etc/imapd.conf content. Which AUTH MECHs do you use? > > Thanks for responding Alexander. I look forward to your post

Re: sieve problems

2004-09-06 Thread Alexander Dalloz
Am Di, den 07.09.2004 schrieb Marc Williams um 3:50: > Thanks for responding Alexander. I look forward to your posts in the FC > lists. Thanks :) You are welcome. > The entirety of my imapd.conf is as follows: > sasl_pwcheck_method: saslauthd > sasl_mech_list: pam

Re: sieve problems

2004-09-06 Thread Marc Williams
On Mon, 2004-09-06 at 19:12, Alexander Dalloz wrote: > Am Di, den 07.09.2004 schrieb Marc Williams um 1:45: > > > I'm running the 2.2.3 version of the Cyrus RPM on my FC2 machine. It > > and Postfix are working remarkable well. The problem I'm having is > > getting timsieved working. > > > > Wh

Re: sieve problems

2004-09-06 Thread Alexander Dalloz
Am Di, den 07.09.2004 schrieb Marc Williams um 1:45: > I'm running the 2.2.3 version of the Cyrus RPM on my FC2 machine. It > and Postfix are working remarkable well. The problem I'm having is > getting timsieved working. > > When running sivtest, I receive this: > > [EMAIL PROTECTED] etc]# si

Re: sieve problems (continued)

2004-06-01 Thread Andreas
On Tue, Jun 01, 2004 at 10:20:28AM -0400, Ken Murchison wrote: > They both work equally well. Mine, which I just committed, doesn't add > an additional argument to run_sieve(). Either way, Christian gets the > credit for finding and fixing the bug. Great, thanks. --- Cyrus Home Page: http://a

Re: sieve problems (continued)

2004-06-01 Thread Ken Murchison
Andreas wrote: On Tue, Jun 01, 2004 at 11:31:56AM +0200, Christian Schulte wrote: :-) It does seem to work here as well now .. Puh. It would have become quite interesting if it would not work now. So, which patch is the right one? :) Ken's or Christian's? :) They both work equally well. Mine,

Re: sieve problems (continued)

2004-06-01 Thread Andreas
On Tue, Jun 01, 2004 at 11:31:56AM +0200, Christian Schulte wrote: > :-) > > >It does seem to work here as well now .. > > > Puh. It would have become quite interesting if it would not work now. So, which patch is the right one? :) Ken's or Christian's? :) --- Cyrus Home Page: http://asg.web.

Re: sieve problems (continued)

2004-06-01 Thread Christian Schulte
Bob Tito wrote: Christian Schulte wrote: Bob Tito wrote: I replied to fast ;-( .. Forgot to restart imap, and for me the old problem is back again.. For now i'll go back to Christian's patch. Hmm...there is no big difference with Ken's patch. Its more a thing that I needed to change three files

Re: sieve problems (continued)

2004-06-01 Thread Bob Tito
Christian Schulte wrote: Bob Tito wrote: I replied to fast ;-( .. Forgot to restart imap, and for me the old problem is back again.. For now i'll go back to Christian's patch. Hmm...there is no big difference with Ken's patch. Its more a thing that I needed to change three files where only one wa

Re: sieve problems (continued)

2004-06-01 Thread Christian Schulte
Bob Tito wrote: I replied to fast ;-( .. Forgot to restart imap, and for me the old problem is back again.. For now i'll go back to Christian's patch. Hmm...there is no big difference with Ken's patch. Its more a thing that I needed to change three files where only one was really needed to be ch

Re: sieve problems (continued)

2004-05-31 Thread Bob Tito
--On maandag 31 mei 2004 19:22 -0400 Ken Murchison <[EMAIL PROTECTED]> wrote: Christian Schulte wrote: Bob Tito wrote: Christian Schulte wrote: Bob Tito wrote: Does the attached patch fix the problem ? At least it was reproduceable now and the patch fixed it here. Hi Christian, For starters it is

Re: sieve problems (continued)

2004-05-31 Thread Bob Tito
Ken Murchison wrote: The patch looks to me more like a workaround and just fixes the problem. Maybe Ken or Rob will come up with a much more elegant solution. Please try this patch instead. I don't think we need to pass the namespace to run_sieve() as an additional argument since its already p

Re: sieve problems (continued)

2004-05-31 Thread Christian Schulte
Ken Murchison wrote: Please try this patch instead. I don't think we need to pass the namespace to run_sieve() as an additional argument since its already part of sieve_msgdata_t. Damn. Did not notice that. Applied the patch and it works. -- Christian --- Cyrus Home Page: http://asg.web.cmu.edu/

Re: sieve problems (continued)

2004-05-31 Thread Ken Murchison
Christian Schulte wrote: Bob Tito wrote: Christian Schulte wrote: Bob Tito wrote: Does the attached patch fix the problem ? At least it was reproduceable now and the patch fixed it here. Hi Christian, For starters it is good the hear that you are able to reproduce the problem... to finish it..

Re: sieve problems (continued)

2004-05-30 Thread Bob Tito
Christian Schulte wrote: Bob Tito wrote: Christian Schulte wrote: Bob Tito wrote: Does the attached patch fix the problem ? At least it was reproduceable now and the patch fixed it here. Hi Christian, For starters it is good the hear that you are able to reproduce the problem... to finish it..

Re: sieve problems (continued)

2004-05-30 Thread Christian Schulte
Bob Tito wrote: Christian Schulte wrote: Bob Tito wrote: Does the attached patch fix the problem ? At least it was reproduceable now and the patch fixed it here. Hi Christian, For starters it is good the hear that you are able to reproduce the problem... to finish it.. *IT WORKS* Thanks a lot!!

Re: sieve problems (continued)

2004-05-30 Thread Bob Tito
Christian Schulte wrote: Bob Tito wrote: Does the attached patch fix the problem ? At least it was reproduceable now and the patch fixed it here. Hi Christian, For starters it is good the hear that you are able to reproduce the problem... to finish it.. *IT WORKS* Thanks a lot!! But... bacause

Re: sieve problems (continued)

2004-05-29 Thread Christian Schulte
Bob Tito wrote: Here's the config: configdirectory: /var/imap partition-default: /var/spool/imap unixhierarchysep: yes altnamespace: yes allowplaintext: yes quotawarn: 90 imapidlepoll: 60 admins: cyrus singleinstancestore: yes duplicatesuppression: yes sieveusehomedir: false sievedir: /var/imap/sie

Re: sieve problems (continued)

2004-05-29 Thread Bob Tito
Christian Schulte wrote: Bob Tito wrote: Hi, For now cyrus-imapd-2.2.3 is the last version where sieve fileinto worked ;-( I have tried 2.2.4 and 2.2.5, both from the FreeBSD ports. I a NOT claiming the problem is in the source, it could also be a problem with the port, but i need some help put

Re: sieve problems (continued)

2004-05-29 Thread Bob Tito
Ken Murchison wrote: Sorry resent, forgot to check the recipients. .. Apply this patch (check for line wraps due to the email client) and report back the line that is logged. Hi Ken, i think this should have been user/info^magicfingers^org.Virusalert ? Bob ay 29 19:52:30 cyrus lmtp[23220]: accept

Re: sieve problems (continued)

2004-05-29 Thread Ken Murchison
Bob Tito wrote: Hi, For now cyrus-imapd-2.2.3 is the last version where sieve fileinto worked ;-( I have tried 2.2.4 and 2.2.5, both from the FreeBSD ports. I a NOT claiming the problem is in the source, it could also be a problem with the port, but i need some help putting my finger on it.. Th

Re: sieve problems (continued)

2004-05-29 Thread Christian Schulte
Bob Tito wrote: Hi, For now cyrus-imapd-2.2.3 is the last version where sieve fileinto worked ;-( I have tried 2.2.4 and 2.2.5, both from the FreeBSD ports. I a NOT claiming the problem is in the source, it could also be a problem with the port, but i need some help putting my finger on it.. Th

RE: sieve problems using postfix with lmtp delivery to imap

2002-02-20 Thread T Churchward
My thanks to [EMAIL PROTECTED] for replying on this. The following has cured my problem:- [1] create a sym link like so, ln -s /usr/sieve/j/julesa/default.script /usr/sieve/j/julesa/default [2] Make the script ACTIVE !! Next stop websieve.. best wishes to all Tom Churchward -Origin

Re: sieve problems using postfix with lmtp delivery to imap

2002-02-19 Thread julesa
Tom, Look in the sieve directory (sievedir in imapd.conf, I think) for the script you uploaded. You may need to create a symlink there to "default", like so: ln -s /usr/sieve/j/julesa/default.script /usr/sieve/j/julesa/default I don't know why it doesn't create the symlink automatically, but som

Re: Sieve Problems

2001-12-02 Thread Tarjei Huse
> This should probably go into the install-FAQ! Done! I've added it to the faq at cyrus-utils. Thanks. At the same time, I've also set it up in a new way after Faq-o-matic somehow managed to delete itself. Anyhow that shouldn't happen now. I'm using a script called phpfaqtory that also has the fi

Re: Sieve Problems

2001-12-01 Thread Craig Courtney
On Saturday, December 1, 2001, at 12:41 AM, Ken Murchison wrote: > Quoting Craig Courtney <[EMAIL PROTECTED]>: > >> I've got Cyrus (HIERSEP 2.0.15 Branch) up and running fine. Although I >> am running into a couple problems both with Sieve. >> >> First, sieveshell will not allow PLAIN logins w

Re: Sieve Problems

2001-11-30 Thread Ken Murchison
Quoting Craig Courtney <[EMAIL PROTECTED]>: > I've got Cyrus (HIERSEP 2.0.15 Branch) up and running fine. Although I > am running into a couple problems both with Sieve. > > First, sieveshell will not allow PLAIN logins which forced me to turn on > sasl_auto_transition. This is not document

Re: SIEVE: Problems with multi-line strings (reject- and vacation action)

2001-09-04 Thread Lawrence Greenfield
You are correct. Sendmail wasn't being invoked with the "-i" option as it properly should. I've fixed this in CVS and it will be in the next release. thanks, Larry Date: Fri, 24 Aug 2001 11:03:45 +0200 From: Ralf Haferkamp <[EMAIL PROTECTED]> Hi, I encountered some problems using