[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] SMTP Email
- Subject: Re: [cobalt-developers] SMTP Email
- From: Gerrit Ruesing <gerrit@xxxxxxxxxxxx>
- Date: Fri Dec 14 02:43:02 2001
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
Hi,
if I understand you right you should be fine with the following solution:
Make sure your server handles mail locally ( entry in Relay Hosts )
and go to /etc/mail/virtusertable.
There is a line
quite at the end
=====
# Put custom additions below (Do not change/remove this line).
======
and add
@<domainToForward.com> %1@xxxxxxxxxxxxxxxxxxxxxx
then save this file,
Do a
makemap hash /etc/mail/virtusertable < /etc/mail/virtusertable
and try with a
sendmail -bv <user@xxxxxxxxxxxxxxxxxxx>
it should come up with a rewritten address to the new server.
Cheers
Gerrit
Am Friday den, 14. December 2001, um 21:38, schrieb Alec Woolford:
Gerald,
I have had a request to direct all the emails from a virtual site to the
specific IP address of an Exchange server which will then distribute the
emails to the machines on the network.
The MX record has to be a valid host name and not an IP.
Any other ideas?
Cheers