atom feed10 messages in net.sourceforge.lists.courier-usersRe: [courier-users] catch all email
FromSent OnAttachments
David MirJul 9, 2002 10:43 am 
David GartnerJul 9, 2002 10:56 am 
Daniel HigginsJul 9, 2002 10:57 am 
Randall ShawJul 9, 2002 11:13 am 
David MirJul 9, 2002 11:18 am 
David MirJul 9, 2002 11:19 am 
Daniel HigginsJul 9, 2002 11:38 am 
Peter C. NortonJul 9, 2002 12:15 pm 
ktsureshJul 10, 2002 7:11 am 
Randall ShawJul 10, 2002 7:37 am 
Subject:Re: [courier-users] catch all email
From:David Mir (mi@soartech.com)
Date:Jul 9, 2002 11:19:46 am
List:net.sourceforge.lists.courier-users

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!