Re: More sieve questions ...

2000-11-02 Thread Ken Murchison
The Hermit Hacker wrote: > > How would one do a redirect *and* a keep? > > Basically, we want to do the equivalent of: > > \user,user@domain > > first thought was, by Vince, was: > > if true { > keep; > redirect "user@domain"; > } > > gave errors ... > > how about somethin

Re: forwarding all email through sieve/webseive ...

2000-11-02 Thread The Hermit Hacker
On Thu, 2 Nov 2000 [EMAIL PROTECTED] wrote: > Peter M. Jansson writes, regarding e-mail forwarding: > > > >Sendmail is really good at this -- enable the USERDB feature, and create > >an entry that maps the destination to "[EMAIL PROTECTED]". It's a lot > >lighter weight on the server to allow se

More sieve questions ...

2000-11-02 Thread The Hermit Hacker
How would one do a redirect *and* a keep? Basically, we want to do the equivalent of: \user,user@domain first thought was, by Vince, was: if true { keep; redirect "user@domain"; } gave errors ... how about something like: if true { keep && redirect "user@domain"; }

Re: forwarding all email through sieve/webseive ...

2000-11-02 Thread mills
Peter M. Jansson writes, regarding e-mail forwarding: > >Sendmail is really good at this -- enable the USERDB feature, and create >an entry that maps the destination to "[EMAIL PROTECTED]". It's a lot >lighter weight on the server to allow sendmail to do it, too. Yes, but I want the users to be

Re: forwarding all email through sieve/webseive ...

2000-11-02 Thread Peter M. Jansson
On Thu, 2 Nov 2000, Gary Mills wrote: > >redirect "[EMAIL PROTECTED]"; > > This is likely a very common requirement, second only to vacation. > It would be wonderful if websieve could do it in non-advanced mode. Sendmail is really good at this -- enable the USERDB feature, and create an entry

Re: forwarding all email through sieve/webseive ...

2000-11-02 Thread Gary Mills
Kenneth Murchison writes: > >The easiest way to do this is to use websieve in advanced mode (or edit >a script by hand and use installsieve) and create the following one line >script: >redirect "[EMAIL PROTECTED]"; This is likely a very common requirement, second only to vacation. It would be wo

Re: forwarding all email through sieve/webseive ...

2000-11-02 Thread Ken Murchison
The Hermit Hacker wrote: > > Trying to setup a forward that forwards all email from a user to another > user ... rule we are trying is: > > IF Field(s): 'From' matches '*' > THEN Redirect To '[EMAIL PROTECTED]' I'm assuming that this is paraphrased from the websieve GUI, because this is not v

Solution to Cyrus 2.0.x imapd dying

2000-11-02 Thread Jeff Gustafson
I think I got a solution to for my problems with Cyrus 2.0.x. I noticed that imapd would stop responding when there was a lot of mail in the queue. During the delivery of lots of mail the imapd would stop accepting connections. Delivery would stop. After changing postfix to spawn not m