<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Need help with relaying e-mails to MS Exchange server in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/need-help-with-relaying-e-mails-to-ms-exchange-server/m-p/5013027#M47916</link>
    <description>I suppose you use sendmail.&lt;BR /&gt;save original copies of /etc/mail/sendmail.mc&lt;BR /&gt;and /etc/mail/sendmail.cf - just in case something goes wrong.&lt;BR /&gt;edit the file /etc/mail/sendmail.mc&lt;BR /&gt;locate the line:&lt;BR /&gt;dnl define(`SMART_HOST',`smtp.your.provider')&lt;BR /&gt;and change it to something like this:&lt;BR /&gt;define(`SMART_HOST',`exchange_server_name')&lt;BR /&gt;&lt;BR /&gt;where exchange server name is the hostname of your exchange server.&lt;BR /&gt;After that execute&lt;BR /&gt;"m4 /etc/mail/sendmail.mc &amp;gt; /etc/mail/sendmail.cf"&lt;BR /&gt;and then "service sendmail restart"&lt;BR /&gt;&lt;BR /&gt;at this point all outgoing e-mails will be sent to exchange_server_name.&lt;BR /&gt;</description>
    <pubDate>Thu, 09 Nov 2006 02:45:41 GMT</pubDate>
    <dc:creator>Alexander Chuzhoy</dc:creator>
    <dc:date>2006-11-09T02:45:41Z</dc:date>
    <item>
      <title>Need help with relaying e-mails to MS Exchange server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-help-with-relaying-e-mails-to-ms-exchange-server/m-p/5013026#M47915</link>
      <description>Greetings,&lt;BR /&gt;&lt;BR /&gt;Our main e-mail server is MS Exchange 2003.  We have numerous RH Linux servers running AS 2.1 and Oracle 9i -- There are some batch process (cron) jobs that I would like to set up for the summary details send from the linux server to our users and through the exchange box. &lt;BR /&gt;&lt;BR /&gt;So far, I have set, so that the Exchange box allowed relaying from the Linux servers.  My question is, what do I need to configure on the Linux server to send e-mail through the Exchange server??&lt;BR /&gt;&lt;BR /&gt;Yes, this Linux server does see the internet.  I tested by sending an e-mail to my hot-mail account without any issues.  And yes, this Linux server can be pinged inside my network.&lt;BR /&gt;&lt;BR /&gt;Please help this newbie regarding to configuring sendmail.&lt;BR /&gt;&lt;BR /&gt;Thank you in advance.&lt;BR /&gt;&lt;BR /&gt;Jorge</description>
      <pubDate>Thu, 09 Nov 2006 01:19:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-help-with-relaying-e-mails-to-ms-exchange-server/m-p/5013026#M47915</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2006-11-09T01:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with relaying e-mails to MS Exchange server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-help-with-relaying-e-mails-to-ms-exchange-server/m-p/5013027#M47916</link>
      <description>I suppose you use sendmail.&lt;BR /&gt;save original copies of /etc/mail/sendmail.mc&lt;BR /&gt;and /etc/mail/sendmail.cf - just in case something goes wrong.&lt;BR /&gt;edit the file /etc/mail/sendmail.mc&lt;BR /&gt;locate the line:&lt;BR /&gt;dnl define(`SMART_HOST',`smtp.your.provider')&lt;BR /&gt;and change it to something like this:&lt;BR /&gt;define(`SMART_HOST',`exchange_server_name')&lt;BR /&gt;&lt;BR /&gt;where exchange server name is the hostname of your exchange server.&lt;BR /&gt;After that execute&lt;BR /&gt;"m4 /etc/mail/sendmail.mc &amp;gt; /etc/mail/sendmail.cf"&lt;BR /&gt;and then "service sendmail restart"&lt;BR /&gt;&lt;BR /&gt;at this point all outgoing e-mails will be sent to exchange_server_name.&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Nov 2006 02:45:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-help-with-relaying-e-mails-to-ms-exchange-server/m-p/5013027#M47916</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2006-11-09T02:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with relaying e-mails to MS Exchange server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-help-with-relaying-e-mails-to-ms-exchange-server/m-p/5013028#M47917</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Simply configuring your linux servers with proper DNS will solve your problem. The DNS should provide the correct mx record for your exchcnage server, and ensure that send mail is running.&lt;BR /&gt;&lt;BR /&gt;service sendmail status&lt;BR /&gt;&lt;BR /&gt;command will give the sendmail detials.&lt;BR /&gt;&lt;BR /&gt;Warm Regards&lt;BR /&gt;Silju</description>
      <pubDate>Thu, 09 Nov 2006 07:47:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-help-with-relaying-e-mails-to-ms-exchange-server/m-p/5013028#M47917</guid>
      <dc:creator>Silju</dc:creator>
      <dc:date>2006-11-09T07:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with relaying e-mails to MS Exchange server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-help-with-relaying-e-mails-to-ms-exchange-server/m-p/5013029#M47918</link>
      <description>Shalom Jorge,&lt;BR /&gt;&lt;BR /&gt;The smart relay is the way to go.&lt;BR /&gt;&lt;BR /&gt;Setup is required on Exchange.&lt;BR /&gt;&lt;BR /&gt;By default Exchange won't relay mail for any other hosts. This is an anti-spam meaure.&lt;BR /&gt;&lt;BR /&gt;You must explicity modify the exchange server to permit other systems to relay mail through it.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 09 Nov 2006 10:49:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-help-with-relaying-e-mails-to-ms-exchange-server/m-p/5013029#M47918</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-11-09T10:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with relaying e-mails to MS Exchange server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-help-with-relaying-e-mails-to-ms-exchange-server/m-p/5013030#M47919</link>
      <description>What if you cannot locate the Smart_Host entry in the sendmail.mc file??&lt;BR /&gt;&lt;BR /&gt;Thanks for your time.&lt;BR /&gt;&lt;BR /&gt;J</description>
      <pubDate>Thu, 09 Nov 2006 14:30:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-help-with-relaying-e-mails-to-ms-exchange-server/m-p/5013030#M47919</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2006-11-09T14:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with relaying e-mails to MS Exchange server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-help-with-relaying-e-mails-to-ms-exchange-server/m-p/5013031#M47920</link>
      <description>never mind, I think I got it to work now by adding a "Smart_Host" in /etc/mail/sendmail.cm and also modified the DNS setting.&lt;BR /&gt;&lt;BR /&gt;Thanks everyone.</description>
      <pubDate>Thu, 09 Nov 2006 23:55:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-help-with-relaying-e-mails-to-ms-exchange-server/m-p/5013031#M47920</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2006-11-09T23:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with relaying e-mails to MS Exchange server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-help-with-relaying-e-mails-to-ms-exchange-server/m-p/5013032#M47921</link>
      <description>closed.</description>
      <pubDate>Thu, 09 Nov 2006 23:56:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-help-with-relaying-e-mails-to-ms-exchange-server/m-p/5013032#M47921</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2006-11-09T23:56:07Z</dc:date>
    </item>
  </channel>
</rss>

