<?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 mailx using exchange server in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-using-exchange-server/m-p/3076188#M141707</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am receiving following error from HP Unix system.&lt;BR /&gt;"The following addresses had transient non-fatal errors"&lt;BR /&gt;followed by a series of Name server timeout error. Can somebody tell me what is going wrong?&lt;BR /&gt;&lt;BR /&gt;My script is using &lt;BR /&gt;&lt;BR /&gt;mailx -s subject myname@abc.com &lt;BR /&gt;&lt;BR /&gt;where myname@abc.com is my official email address setup on exchenge server.&lt;BR /&gt;&lt;BR /&gt;I just want to confirm that above mailx command will be using exchange server ?&lt;BR /&gt;&lt;BR /&gt;Also how can I change new exchange server to be used on HP Unix?&lt;BR /&gt;&lt;BR /&gt;Pls Help.&lt;BR /&gt;&lt;BR /&gt;Faiza&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 22 Sep 2003 21:55:40 GMT</pubDate>
    <dc:creator>faiza</dc:creator>
    <dc:date>2003-09-22T21:55:40Z</dc:date>
    <item>
      <title>mailx using exchange server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-using-exchange-server/m-p/3076188#M141707</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am receiving following error from HP Unix system.&lt;BR /&gt;"The following addresses had transient non-fatal errors"&lt;BR /&gt;followed by a series of Name server timeout error. Can somebody tell me what is going wrong?&lt;BR /&gt;&lt;BR /&gt;My script is using &lt;BR /&gt;&lt;BR /&gt;mailx -s subject myname@abc.com &lt;BR /&gt;&lt;BR /&gt;where myname@abc.com is my official email address setup on exchenge server.&lt;BR /&gt;&lt;BR /&gt;I just want to confirm that above mailx command will be using exchange server ?&lt;BR /&gt;&lt;BR /&gt;Also how can I change new exchange server to be used on HP Unix?&lt;BR /&gt;&lt;BR /&gt;Pls Help.&lt;BR /&gt;&lt;BR /&gt;Faiza&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Sep 2003 21:55:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-using-exchange-server/m-p/3076188#M141707</guid>
      <dc:creator>faiza</dc:creator>
      <dc:date>2003-09-22T21:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: mailx using exchange server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-using-exchange-server/m-p/3076189#M141708</link>
      <description>First, check to see what you have the in the sendmail config file (/etc/mail/sendmail.cf) at this location.&lt;BR /&gt;&lt;BR /&gt;# "Smart" relay host (may be null)&lt;BR /&gt;DSmyserver&lt;BR /&gt;&lt;BR /&gt;DS followed by the name of the mail server. This is to be the name of your mail server. As long as DNS can see the server, this should be okay. &lt;BR /&gt;&lt;BR /&gt;Make sure that you stop and restart sendmail on completion.&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/sendmail stop&lt;BR /&gt;# /sbin/init.d/sendmail start&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Sep 2003 22:02:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-using-exchange-server/m-p/3076189#M141708</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-09-22T22:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: mailx using exchange server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-using-exchange-server/m-p/3076190#M141709</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You'll have to use Smart Relay i.e set the DS setting to point to your's exchange server and then all the mails sent from this server will go to your exchange server.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Rajeev</description>
      <pubDate>Mon, 22 Sep 2003 22:09:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-using-exchange-server/m-p/3076190#M141709</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2003-09-22T22:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: mailx using exchange server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-using-exchange-server/m-p/3076191#M141710</link>
      <description>Answer to your question:&lt;BR /&gt; &lt;BR /&gt;Yes.&lt;BR /&gt; &lt;BR /&gt;Caveats: &lt;BR /&gt; &lt;BR /&gt;The Exchange Server must accept relays.  Thats a Microsoft question, though it can be set up with the GUI admin program that comes with Exchange.  You should be able to relay by hostname or IP address.&lt;BR /&gt;&lt;BR /&gt;You will need smart relay as noted above.&lt;BR /&gt;&lt;BR /&gt;/etc/mail/sendmail.cf&lt;BR /&gt;&lt;BR /&gt;DS&lt;BR /&gt;[IP of exchange server]&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;DShostname&lt;BR /&gt;&lt;BR /&gt;save the file&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/sendmail stop&lt;BR /&gt;/sbin/init.d/sendmail start&lt;BR /&gt;&lt;BR /&gt;You want to make sure sendmail is patches with all security updates, mailx as well. Its a good idea to have all relavent security patches on the Exchnge side.&lt;BR /&gt;&lt;BR /&gt;Diagnostic:&lt;BR /&gt;&lt;BR /&gt;sendmail -v -d8.99 -d38.99 myname@abc.com &lt;BR /&gt;&lt;BR /&gt;type some text&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt;.&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt;&lt;BR /&gt;This will let you test your setup even without mailx&lt;BR /&gt;&lt;BR /&gt;mailq after running your script.&lt;BR /&gt;&lt;BR /&gt;sendmail -q tries to push the queue if its stopped for some reason.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;&lt;/ENTER&gt;&lt;/ENTER&gt;</description>
      <pubDate>Mon, 22 Sep 2003 23:22:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-using-exchange-server/m-p/3076191#M141710</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-09-22T23:22:36Z</dc:date>
    </item>
  </channel>
</rss>

