Re: [courier-users] catch all email

2002-07-10 Thread ktsuresh

Hi,

Will this work , if I am using postfix as my smtp agent.I use
postfix+mysql+courier as my email system. I did try creating
[EMAIL PROTECTED] but it did not work for catch all .

Thanks

- Original Message -
From: David Mir [EMAIL PROTECTED]
To: Randall Shaw [EMAIL PROTECTED];
[EMAIL PROTECTED]
Sent: Tuesday, July 09, 2002 2:19 PM
Subject: Re: [courier-users] catch all email



Thanks, it seems this is the only to do it 


On Tuesday 09 July 2002 02:13 pm, Randall Shaw wrote:
 David Mir wrote:
 What is the easiest way to set-up a catch-all for all none valid emails
 for my
 domain.  That is if a email doesn't really exist (ie they spell their
name
 wrong) it gets sent to me otherwise it still just goes to the correct
  person?
 
 I have seen some examples but they all seem to be all (valid and invalid)
  or nothing?!?

 Create a virtual user of alias@[yourdomain.com] (change
 [yourdomain.com] to your domain in question, but the alias@ is
 mandatory). Note the [UID] and [GID] of that new user you made, as you
 need it for the following commands:

 mkdir /pathto/[yourdomain.com]dir/alias
 /pathto/courier/bin/maildirmake /pathto/[yourdomain.com]dir/alias/Maildir
 chown -R [UID].[GID] /pathto/[yourdomain.com]dir/alias
 chmod -R 700 /pathto/[yourdomain.com]dir/alias

 vi /pathto/[yourdomain.com]dir/alias/.courier-default

 In the file .courier-default put your email address where you want all
 non-matched emails to go to for that virtual domain.

 Hope this helps!

--
David Mir
System Administrator
Soar Technology, Inc.
3600 Green Ct, Ste 600
Ann Arbor, MI  48105-2588
734-327-8000 ext. 222
734-913-8537 (Fax)
www.soartech.com
[EMAIL PROTECTED]




---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



---
This sf.net email is sponsored by:ThinkGeek
Two, two, TWO treats in one.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] catch all email

2002-07-10 Thread Randall Shaw

ktsuresh wrote:

Will this work , if I am using postfix as my smtp agent.I use
postfix+mysql+courier as my email system. I did try creating
[EMAIL PROTECTED] but it did not work for catch all .

Sorry, I don't know postfix very well other than reading docs on how to 
get it installed. Unfortunately I never got further than that. Wish I 
could answer better, but alas I cannot. Sorry.


---
This sf.net email is sponsored by:ThinkGeek
Two, two, TWO treats in one.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



RE: [courier-users] catch all email

2002-07-09 Thread David Gartner

This can be done quite easily with a .qmail-default file.  You can find
out more info from just about any Qmail beginners tutorial (look at
www.qmail.org for a link).

David Gartner ([EMAIL PROTECTED])
Foundation Technologies
 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of David
Mir
Sent: Tuesday, July 09, 2002 1:44 PM
To: [EMAIL PROTECTED]
Subject: [courier-users] catch all email


What is the easiest way to set-up a catch-all for all none valid emails
for my 
domain.  That is if a email doesn't really exist (ie they spell their
name 
wrong) it gets sent to me otherwise it still just goes to the correct
person?

I have seen some examples but they all seem to be all (valid and
invalid) or 
nothing?!?

-- 
David Mir
System Administrator
Soar Technology, Inc.
3600 Green Ct, Ste 600
Ann Arbor, MI  48105-2588
734-327-8000 ext. 222
734-913-8537 (Fax)
www.soartech.com
[EMAIL PROTECTED]




---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users




---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] catch all email

2002-07-09 Thread Daniel Higgins

man makealiases

@yourdomain.com: somelocalbox

there you go :P

if you use myself there's also the [EMAIL PROTECTED]
- Original Message -
From: David Mir [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, July 09, 2002 1:43 PM
Subject: [courier-users] catch all email



What is the easiest way to set-up a catch-all for all none valid emails for
my
domain.  That is if a email doesn't really exist (ie they spell their name
wrong) it gets sent to me otherwise it still just goes to the correct
person?

I have seen some examples but they all seem to be all (valid and invalid) or
nothing?!?

--
David Mir
System Administrator
Soar Technology, Inc.
3600 Green Ct, Ste 600
Ann Arbor, MI  48105-2588
734-327-8000 ext. 222
734-913-8537 (Fax)
www.soartech.com
[EMAIL PROTECTED]




---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users




smime.p7s
Description: application/pkcs7-signature


Re: [courier-users] catch all email

2002-07-09 Thread Randall Shaw

David Mir wrote:

What is the easiest way to set-up a catch-all for all none valid emails 
for my 
domain.  That is if a email doesn't really exist (ie they spell their name 
wrong) it gets sent to me otherwise it still just goes to the correct person?

I have seen some examples but they all seem to be all (valid and invalid) or 
nothing?!?

Create a virtual user of alias@[yourdomain.com] (change 
[yourdomain.com] to your domain in question, but the alias@ is 
mandatory). Note the [UID] and [GID] of that new user you made, as you 
need it for the following commands:

mkdir /pathto/[yourdomain.com]dir/alias
/pathto/courier/bin/maildirmake /pathto/[yourdomain.com]dir/alias/Maildir
chown -R [UID].[GID] /pathto/[yourdomain.com]dir/alias
chmod -R 700 /pathto/[yourdomain.com]dir/alias

vi /pathto/[yourdomain.com]dir/alias/.courier-default

In the file .courier-default put your email address where you want all 
non-matched emails to go to for that virtual domain.

Hope this helps!


---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] catch all email

2002-07-09 Thread David Mir



So this will actually still send the mail to valid users only? It just seems 
that all email at that domain will come to me regardless if it is valid or 
invalid with that alias.  If it is that easy I will add it to the alias file. 

Thanks!


On Tuesday 09 July 2002 01:58 pm, Daniel Higgins wrote:
 man makealiases

 @yourdomain.com: somelocalbox

 there you go :P

 if you use myself there's also the [EMAIL PROTECTED]
 - Original Message -
 From: David Mir [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Tuesday, July 09, 2002 1:43 PM
 Subject: [courier-users] catch all email



 What is the easiest way to set-up a catch-all for all none valid emails for
 my
 domain.  That is if a email doesn't really exist (ie they spell their name
 wrong) it gets sent to me otherwise it still just goes to the correct
 person?

 I have seen some examples but they all seem to be all (valid and invalid)
 or nothing?!?

-- 
David Mir
System Administrator
Soar Technology, Inc.
3600 Green Ct, Ste 600
Ann Arbor, MI  48105-2588
734-327-8000 ext. 222
734-913-8537 (Fax)
www.soartech.com
[EMAIL PROTECTED]




---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] catch all email

2002-07-09 Thread David Mir


Thanks, it seems this is the only to do it 


On Tuesday 09 July 2002 02:13 pm, Randall Shaw wrote:
 David Mir wrote:
 What is the easiest way to set-up a catch-all for all none valid emails
 for my
 domain.  That is if a email doesn't really exist (ie they spell their name
 wrong) it gets sent to me otherwise it still just goes to the correct
  person?
 
 I have seen some examples but they all seem to be all (valid and invalid)
  or nothing?!?

 Create a virtual user of alias@[yourdomain.com] (change
 [yourdomain.com] to your domain in question, but the alias@ is
 mandatory). Note the [UID] and [GID] of that new user you made, as you
 need it for the following commands:

 mkdir /pathto/[yourdomain.com]dir/alias
 /pathto/courier/bin/maildirmake /pathto/[yourdomain.com]dir/alias/Maildir
 chown -R [UID].[GID] /pathto/[yourdomain.com]dir/alias
 chmod -R 700 /pathto/[yourdomain.com]dir/alias

 vi /pathto/[yourdomain.com]dir/alias/.courier-default

 In the file .courier-default put your email address where you want all
 non-matched emails to go to for that virtual domain.

 Hope this helps!

-- 
David Mir
System Administrator
Soar Technology, Inc.
3600 Green Ct, Ste 600
Ann Arbor, MI  48105-2588
734-327-8000 ext. 222
734-913-8537 (Fax)
www.soartech.com
[EMAIL PROTECTED]




---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] catch all email

2002-07-09 Thread Peter C. Norton

On Tue, Jul 09, 2002 at 02:18:06PM -0400, David Mir wrote:
 So this will actually still send the mail to valid users only? It just seems 
 that all email at that domain will come to me regardless if it is valid or 
 invalid with that alias.  If it is that easy I will add it to the alias file. 

One way to do this, if you have a database, is to make the forwarding
rule just slightly more complex.  I.e. write a program that checks for
the existance of the user against the authdaemon or database.  If it
fails, write the message locally, and if it successeds deliver.

I'm not sure how complex this is.

-- 
The 5 year plan:
In five years we'll make up another plan.
Or just re-use this one.


---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users