> I know that the firewall is doing what it is designed to do. The sendmail
> on the firewall is setup to rewrite all the addresses to be of the form
> user @
domain .
This is to hide the internal hosts . But is there a way to
> incorporate the original address in the header or body of emails of certain
> users?
Change the sendmail on the firewall to rewrite ONLY *.ljcrf.edu addresses:
That is, instead of something like:
DMljcrf.edu
...
R$* < @ $* . > $1 < @ $M . >
Do something like:
R$* < @ $* . $M . > $1 < @ $M . >
Or:
Cw(insert all known hosts in your domain)
...
R$* < @ $=w . > $1 < @ $M . >
(rules off the top of my head, look at your own config for guidance)
References:
|
|