Re: Questions... need Sieve primer

2007-03-14 Thread Michael Menge
Hi, Quoting Malcolm Locke <[EMAIL PROTECTED]>: On Wed, Mar 14, 2007 at 05:34:52PM -0600, Jason Bailey, Sun Advocate Webmaster wrote: Roland Felnhofer wrote: > # Mail rules to file Junk > require ["fileinto"]; > if allof (header :contains "X-Spam-Flag" "YES") { > fileinto "INBOX.Junk"

Skiplist feedback (was: BerkeleyDB problems, converting away)

2007-03-14 Thread Tuomas Toropainen
Good morning I understood that you wanted to hear feedback from users about skiplist. A couple of weeks ago I converted all remaining cyrus databases to skiplist. The conversion went fine and skiplist is working very well. I got rid of berleleydb errors and I am happy :) I can recommend this t

FastMail.FM patchset - new patches

2007-03-14 Thread Bron Gondwana
All the patches mentioned here are available for download at: http://cyrus.brong.fastmail.fm/ We've been busy working on a bunch of cyrus issues since I last posted. In particular things we have hit cleaning up from the "sync_server left files lying around after a bail out that caused random me

IOERROR: fstating sieve script ??

2007-03-14 Thread BipinDas
Hi All, I am used the autocreatepatch 2.3.1. It works fine. But when a mailbox created my /var/log/syslog shows the following error.  Let me know why this happened and how to fix it.

Re: Questions... need Sieve primer

2007-03-14 Thread Malcolm Locke
On Wed, Mar 14, 2007 at 05:34:52PM -0600, Jason Bailey, Sun Advocate Webmaster wrote: > Roland Felnhofer wrote: > > Hi Jason, > > > > is that what you want? > > > > # Mail rules to file Junk > > require ["fileinto"]; > > if allof (header :contains "X-Spam-Flag" "YES") { > > fileinto "INBOX.Ju

Re: Questions... need Sieve primer

2007-03-14 Thread Jason Bailey, Sun Advocate Webmaster
Roland Felnhofer wrote: > Hi Jason, > > is that what you want? > > # Mail rules to file Junk > require ["fileinto"]; > if allof (header :contains "X-Spam-Flag" "YES") { > fileinto "INBOX.Junk"; > } > > Best regards > Roland > > Jason Bailey, Sun Advocate Webmaster wrote: >> Hello all, >> >> I

Re: QUestions... need Sieve primer

2007-03-14 Thread Roland Felnhofer
Hi Jason, is that what you want? # Mail rules to file Junk require ["fileinto"]; if allof (header :contains "X-Spam-Flag" "YES") { fileinto "INBOX.Junk"; } Best regards Roland Jason Bailey, Sun Advocate Webmaster wrote: Hello all, I am familiar with what Sieve does, but have never used

QUestions... need Sieve primer

2007-03-14 Thread Jason Bailey, Sun Advocate Webmaster
Hello all, I am familiar with what Sieve does, but have never used it. We now have a need, and I'm struggling to find info on sieve, particularly relating to Cyrus. I want a sieve script that moves all mail marked as junk by spam assassin (x-spam-flag) into the "Junk" folder (for only one of

Re: Exchange's handling of Sieve Reject

2007-03-14 Thread David R Bosso
--On March 14, 2007 9:27:03 AM -0400 Joseph Brennan <[EMAIL PROTECTED]> wrote: Users on two separate Exchange servers here have reported that they don't see the reason part of messages rejected by sieve. I've seen this and got the recipient to fix their server. See:

Posting usenet news articles

2007-03-14 Thread Micha Kersloot
I hope someone can help me with this problem. I've managed to get som newsgroups into Cyrus and I can read them with my e-mail client and with a netnews client. I can post new messages, but they do not get forwarded to my usenet peer. The only part of the configuration that seems important is: #

Posting usenet news articles

2007-03-14 Thread Micha Kersloot
I hope someone can help me with this problem. I've managed to get som newsgroups into Cyrus and I can read them with my e-mail client and with a netnews client. I can post new messages, but they do not get forwarded to my usenet peer. The only part of the configuration that seems important is: #

Re: 64-bit quota again (in 2.3.8).

2007-03-14 Thread Sebastian Hagedorn
-- Igor Zhbanov <[EMAIL PROTECTED]> is rumored to have mumbled on 14. März 2007 15:03:51 +0300 regarding 64-bit quota again (in 2.3.8).: But, as you may see, variable 'newqouta' is a type of 'int' and not 'int64' or 'long' or something greater than 32-bit. So, the first question, what is the u

Exchange's handling of Sieve Reject

2007-03-14 Thread Joseph Brennan
Users on two separate Exchange servers here have reported that they don't see the reason part of messages rejected by sieve. The Cyrus user has a reject rule. I can reproduce it simply as: ##INGO # sieve filter generated by Ingo (March 14, 2007, 8:51 am) require "reject";

64-bit quota again (in 2.3.8).

2007-03-14 Thread Igor Zhbanov
Hello! I use cyrus-imapd-2.3.8. According to change log: -- Changes to the Cyrus IMAP Server since 2.2.x ... * Support 64-bit quota usage (both per mailbox and for the entire quotaroot), based on a patch from Jere

Re: per-user quotas

2007-03-14 Thread Philippe Trolliet
Andrew Morgan wrote: > On Tue, 13 Mar 2007, Philippe Trolliet wrote: > >> you are my hero. ;) thank you. finally i´m able to test it on thursday. >> >> but it seems that cyrus knows in some way which quota the specific user >> has. is it possible that cyrus communicates with postfix and asks >>