sa prior to lmtp delivery

2003-07-14 Thread pnelson
RH 9 cyrus 2.1.13 sasl 2.1.13 sendmail 8,12,8 spamassassin 2.44 Have been using sa on my clients (evolution) and then sending the INBOX inbound mail to a filter that runs spamc -e to check for spam. This works great. But I would like to move this to sendmail and then use sieve to filter spam to

Re: Sieve problem

2003-06-29 Thread pnelson
I'm no sieve expert but this works on my system: require [fileinto]; if header :contains Sender owner-info-cyrus { fileinto INBOX.lists.cyrus; } Did you include the require line? Or maybe sieve needs the opening squigle bracket on the if line. Did you read the rfc? On Sun, 2003-06-29 at

Re: Archival Process

2003-06-28 Thread pnelson
On Fri, 2003-06-27 at 20:34, Rob Siemborski wrote: On Fri, 27 Jun 2003, pnelson wrote: So how about: 1. Tar the directory. 2. Remove the mailbox 3. Copy the directory to cdr. Provided you mean copy the TAR to cdr that works just fine. Yep.

Archival Process

2003-06-27 Thread pnelson
Recently moved company off exchange onto Cyrus-IMAP. That went well, but I have users that miss the pst containers of exchange and outlook. They used them to store old messages and remove them from the system and back them up on some removable medium. So they would put say all of 2002 messages

Cyrus Backup Strategy

2003-06-13 Thread pnelson
My last thing to do prior to converting to production is a backup strategy. I have been doing this with tar something like: tar -C /var/lib-czf lib-date.tar.gzimap tar -C /var/spool -czf spool-date.tar.gz imap tar -cf cyrus-date.tar This is producing a pretty big file(s):

Re: Cyrus Backup Strategy

2003-06-13 Thread pnelson
On Fri, 2003-06-13 at 11:29, John Alton Tamplin wrote: pnelson wrote: My last thing to do prior to converting to production is a backup strategy. I have been doing this with tar something like: tar -C /var/lib-czf lib-date.tar.gzimap tar -C /var/spool -czf spool-date.tar.gz

Re: Cyrus Backup Strategy

2003-06-13 Thread pnelson
On Fri, 2003-06-13 at 12:11, Igor Brezac wrote: On Fri, 13 Jun 2003, pnelson wrote: On Fri, 2003-06-13 at 11:29, John Alton Tamplin wrote: pnelson wrote: My last thing to do prior to converting to production is a backup strategy. I have been doing this with tar something like

Cant get sieve working

2003-06-13 Thread pnelson
Have Cyrus-imap working great and can... sieveshell -u pnelson -a pnelson localhost then: put test.siqeve activate test.sieve list test.sieve - active script The test.sieve is simply: require fileinto; if header :contains Subject test { fileinto INBOX.test; } INBOX.test does exist

Re: Cant get sieve working

2003-06-13 Thread pnelson
On Fri, 2003-06-13 at 15:11, Carl P. Corliss wrote: What version of Cyrus are you using? On Friday 13 June 2003 03:55 pm, pnelson wrote: Have Cyrus-imap working great and can... sieveshell -u pnelson -a pnelson localhost then: put test.siqeve activate test.sieve list

Re: Cant get sieve working

2003-06-13 Thread pnelson
On Fri, 2003-06-13 at 15:38, Wil Cooley wrote: On Fri, 2003-06-13 at 14:55, pnelson wrote: require fileinto; if header :contains Subject test { fileinto INBOX.test; ^ You probably want a '' here. Oops email typo... the script has it in there. I

Re: Cant get sieve working [SOLVED]

2003-06-13 Thread pnelson
On Fri, 2003-06-13 at 16:03, Ken Murchison wrote: pnelson wrote: On Fri, 2003-06-13 at 15:38, Wil Cooley wrote: On Fri, 2003-06-13 at 14:55, pnelson wrote: require fileinto; if header :contains Subject test { fileinto INBOX.test; ^ You

Re: Sieve help

2003-06-13 Thread pnelson
On Fri, 2003-06-06 at 10:29, Ken Murchison wrote: Patrick Nelson wrote: Running Cyrus-imap 2.1.13 on RH9 and alls well. Moved the whole company off of exchange a week ago and so far not even a hickup. So, now I want to explore sieve, but I'm not sure where to begin. Is there any good