On Tuesday 24 April 2001 6:57 am, Rob MacGregor wrote:
Thankyou that solved the problem.
dids
From: dids <richard(_at_)diddyland(_dot_)com>
I have a really simple setup that I just cant seem to make work
I want to know what i should be doing. I hate not understanding.
2 users,
diddy(_at_)rdearlove(_dot_)freeserve(_dot_)net
mail(_at_)rdearlove(_dot_)freeserve(_dot_)net
<---SNIP--->
but this pipes the mail through to sendmail unaltered.
all i want is to strip off the username in the envelope-to
and send them to the local mail accounts that correspond
ie diddy(_at_)rdearlove(_dot_)freeserve(_dot_)net ---> diddyt (
diddy(_at_)server(_dot_)diddyland(_dot_)top )
Put the following in your aliases (/etc/mail/aliases?):
diddy: diddyt
(obviously, replace diddy with the name the email is sent to and diddyt to
the local account).