RE: forwarding

2001-10-24 Thread Kiarna Boyd
THANKS! -Original Message- From: Jules Agee [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, October 23, 2001 7:11 PM To: info-cyrus Subject:Re: forwarding Sieve scripts? http://www.cyrusoft.com/sieve/ Kiarna Boyd wrote: >Hi! >I have 2.0.16 and sendmail 8 on Solaris 7. &

Re: forwarding

2001-10-23 Thread Jules Agee
Sieve scripts? http://www.cyrusoft.com/sieve/ Kiarna Boyd wrote: >Hi! >I have 2.0.16 and sendmail 8 on Solaris 7. > >I am looking for a graceful solution for .forwards. >Anyone have a better solution than the traditional home dir .forward? > >Thanks! > >-Kiarna > > -- Jules Agee System Admini

Re: forwarding

2001-10-23 Thread Greg Hewett
LDAP routing. =) sendmail.net has a couple article on it. Greg On Tue, Oct 23, 2001 at 03:18:00PM -0400, Kiarna Boyd wrote: > Hi! > I have 2.0.16 and sendmail 8 on Solaris 7. > > I am looking for a graceful solution for .forwards. > Anyone have a better solution than the traditional home dir .

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

2000-11-04 Thread Alain Turbide
From: "Ken Murchison" <[EMAIL PROTECTED]> To: "The Hermit Hacker" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; "Jeff MacDonald" <[EMAIL PROTECTED]> Sent: Thursday, November 02, 2000 9:21 AM Subject: Re: forwarding all email through sieve/webseive ...

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

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