problem with that is there are NO users on the local linux box
it is hust a relay host, accepts emails and then forwards them to the
internal exchange server
the MX records of domain B will point to my linux box, when emails arrive
from domain B I need to beable to generate a message back to the sender
saying that [EMAIL PROTECTED] has moved to [EMAIL PROTECTED]

Regards,
Ron

-----Original Message-----
From: Daniel Woods [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 03, 2000 3:47 AM
To: Expert (E-mail)
Subject: Re: [expert] sendmail


On Wed, 2 Aug 2000, Yacketta,Ronald J wrote:
> we (my company) has acquired another company, we are looking at point all
of
> there MIX records to our companies DNS , but would like to have a message
> auto generated when we receive email for [EMAIL PROTECTED] to tell the
sender
> that the users email address has changed to [EMAIL PROTECTED]
> 
> Is this possible? if so how? what software?

Simple enough with the vacation or .forward setups in Linux and Unix.

In .forward file under anyuser on blah.com, you add
    [EMAIL PROTECTED], | vacation { check_man_pages_for_parameters }

Or
    [EMAIL PROTECTED], | your_own_script

Thanks... Dan.

Reply via email to