Find the answer to your Linux question:
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" ...
  1. #1
    Just 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

  2. #2
    Linux Newbie BoDiddley's Avatar
    Join Date
    Oct 2010
    Location
    Plainfield, New Jersey
    Posts
    132
    If it were Windows LAN you would need to "routeadd" each machine to the exchange server. I do not know the Linux equivalent.

  3. #3
    Just Joined!
    Join Date
    May 2011
    Posts
    8
    Are you trying to relay all your outgoing emails through your exchange server?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...