I´d like to rewrite all the outgoing SMTP-routed mails...
I can´t use the global rewriting rules because they
are applied to any (also incoming) mail
We have a local net that is only temporary connected
to the internet ... So I´d like to rewrite the outgoing
mail to the ISPs mail-address.
I´d like to make the local "mr_x@???" appear to be
send by "mr_x@???"
I was thinking of something like...
mr_x_rewrite:
local_parts = mr_x,
except_domains = foo.de,
transport = remote_smtp,
driver = smartuser;
new_address = mr_x@???
Am I on the right way ??
BTW: We are runnig Exim 1.73
Thanx in advance...
Torsten
--
*** Exim information can be found at
http://www.exim.org/ ***