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
oblem.
On Sun, 2003-06-29 at 09:16, pnelson wrote:
> 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 inc
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
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.
On Fri, 2003-06-27 at 13:08, Rob Siemborski wrote:
> On Fri, 27 Jun 2003, pnelson wrote:
>
> > So I was thinking that I would just tar up the 2002 directory on the
> > IMAP server and then remove the directory and move the tar file to a
> > CDR.
>
> Not quit
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 i
On Mon, 2003-06-16 at 20:53, Jim Norton wrote:
> Hello all:
>
> I am trying to get the sieve vacation thing working.
> However, sieveshell seems to be unable to log me in.
>
> I never get a fail message, it just asks me for a
> password 4 times then fails.
>
> I am of course able to log direc
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
> > ther
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";
> &
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;
>^ Y
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
> >
> > t
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" {
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
> &g
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-.tar.gzimap
> >t
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-.tar.gzimap
tar -C /var/spool -czf spool-.tar.gz imap
tar -cf cyrus-.tar
This is producing a pretty big file(s):
lib-.tar.gz-> 2.2
15 matches
Mail list logo