Hi, I've looked at serveral docs pertaining to the setup of send emails through an AIX RS6000 and MS Exchange Server. I've looked at threads: Configure Sendmail, snemail to send/receive mails, and Setting up AIX to send emails to MS Echange server...Well, nothing seems to be working. I basically want to send emails through AIX to a MS Exchange email address.
Here's my setup: Testing on an IBM 260, with MS Exchange Server running Windows2000. Both servers have static IP addresses.
I've changed the sendmail.cf to include:
DwmyAIXservername
DSmyNTservername
I've also created the file called sendmail.cw to include:
myNTservername
The etc/hosts file has the following:
IPaddress myNTservername
IPaddress myUnixservername
When I try sending a mail using the command:
mail -s"testing123" myname@myemail.address.com
or
mail -s"testing123" myNTservername:myname@myemail.add.com
When it runs, I get error messages:
/etc/sendmail.cf: line 507: The rewrite line "R@ @ <@>" is invalid. (tab expected)
And many more, then the sendmail service stops.
So as you can see, nothing works. Can someone please help me out with this above configuration.
thanks
Here's my setup: Testing on an IBM 260, with MS Exchange Server running Windows2000. Both servers have static IP addresses.
I've changed the sendmail.cf to include:
DwmyAIXservername
DSmyNTservername
I've also created the file called sendmail.cw to include:
myNTservername
The etc/hosts file has the following:
IPaddress myNTservername
IPaddress myUnixservername
When I try sending a mail using the command:
mail -s"testing123" myname@myemail.address.com
or
mail -s"testing123" myNTservername:myname@myemail.add.com
When it runs, I get error messages:
/etc/sendmail.cf: line 507: The rewrite line "R@ @ <@>" is invalid. (tab expected)
And many more, then the sendmail service stops.
So as you can see, nothing works. Can someone please help me out with this above configuration.
thanks