Results 1 to 3 of 3
Hi All, I'm new to Linux so go easy with me please.
I have a script which runs on a Centos machine which fires off an email. mail -s "test" ...
- 10-07-2011 #1Just Joined!
- Join Date
- Oct 2011
- Posts
- 1
SendMail and Exchange
Hi All, I'm new to Linux so go easy with me please.
I have a script which runs on a Centos machine which fires off an email. mail -s "test" "recipient.com" -- -f "myaddress.com".
This works ok when I'm on our network when, I assume the email is routed out over the internet and back into our exchange server.
I now need to set this up on a customers site where my server has no access to the internet, I assume I need to configure the ip address of the exchange server the email needs to get to somewhere but I don't know where. How would I do this, an idiots guide would be great
Thanks
- 10-07-2011 #2
If it were Windows LAN you would need to "routeadd" each machine to the exchange server. I do not know the Linux equivalent.
- 10-11-2011 #3Just Joined!
- Join Date
- May 2011
- Posts
- 8
Are you trying to relay all your outgoing emails through your exchange server?


Reply With Quote