<?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: send mail from hpux to exchange in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-from-hpux-to-exchange/m-p/4895383#M403111</link>
    <description>here are some notes I have made:&lt;BR /&gt;&lt;BR /&gt;edit the sendmail.cf file in /etc/mail/&lt;BR /&gt;&lt;BR /&gt;change the DS directive to&lt;BR /&gt;&lt;BR /&gt;DS=[host or ip of NT exchange server]&lt;BR /&gt;&lt;BR /&gt;wq!&lt;BR /&gt;&lt;BR /&gt;then &lt;BR /&gt;/sbin/init.d/sendmail stop then start&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;</description>
    <pubDate>Sun, 10 Apr 2005 05:39:36 GMT</pubDate>
    <dc:creator>lawrenzo_1</dc:creator>
    <dc:date>2005-04-10T05:39:36Z</dc:date>
    <item>
      <title>send mail from hpux to exchange</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-from-hpux-to-exchange/m-p/4895382#M403110</link>
      <description>Hi,&lt;BR /&gt;what the steps needed to send mail using mailx from unix to windows exchange user&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;</description>
      <pubDate>Sun, 10 Apr 2005 04:54:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-from-hpux-to-exchange/m-p/4895382#M403110</guid>
      <dc:creator>Nabil_11</dc:creator>
      <dc:date>2005-04-10T04:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: send mail from hpux to exchange</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-from-hpux-to-exchange/m-p/4895383#M403111</link>
      <description>here are some notes I have made:&lt;BR /&gt;&lt;BR /&gt;edit the sendmail.cf file in /etc/mail/&lt;BR /&gt;&lt;BR /&gt;change the DS directive to&lt;BR /&gt;&lt;BR /&gt;DS=[host or ip of NT exchange server]&lt;BR /&gt;&lt;BR /&gt;wq!&lt;BR /&gt;&lt;BR /&gt;then &lt;BR /&gt;/sbin/init.d/sendmail stop then start&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;</description>
      <pubDate>Sun, 10 Apr 2005 05:39:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-from-hpux-to-exchange/m-p/4895383#M403111</guid>
      <dc:creator>lawrenzo_1</dc:creator>
      <dc:date>2005-04-10T05:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: send mail from hpux to exchange</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-from-hpux-to-exchange/m-p/4895384#M403112</link>
      <description>the previous comments are probably incorrect for what you require:&lt;BR /&gt;&lt;BR /&gt;a simple way to send mail using mailx is&lt;BR /&gt;&lt;BR /&gt;cat &lt;FILE&gt; |mailx -s "subject" nabil@&lt;EXCHANGEADDRESS&gt; or nabil@domian.com&lt;/EXCHANGEADDRESS&gt;&lt;/FILE&gt;</description>
      <pubDate>Sun, 10 Apr 2005 06:00:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-from-hpux-to-exchange/m-p/4895384#M403112</guid>
      <dc:creator>lawrenzo_1</dc:creator>
      <dc:date>2005-04-10T06:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: send mail from hpux to exchange</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-from-hpux-to-exchange/m-p/4895385#M403113</link>
      <description>a more complex command you can use:&lt;BR /&gt;&lt;BR /&gt;for var in file1 file2 file3 &lt;BR /&gt;do&lt;BR /&gt;cp $var $var.txt&lt;BR /&gt;uuencode $var.txt $var.txt |mailx -m -s "$var" chris.lawrence@mbna.com&lt;BR /&gt;rm $var.txt&lt;BR /&gt;done</description>
      <pubDate>Sun, 10 Apr 2005 06:31:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-from-hpux-to-exchange/m-p/4895385#M403113</guid>
      <dc:creator>lawrenzo_1</dc:creator>
      <dc:date>2005-04-10T06:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: send mail from hpux to exchange</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-from-hpux-to-exchange/m-p/4895386#M403114</link>
      <description>Hi,&lt;BR /&gt;I try to stop/start sendmail &lt;BR /&gt;#sendmail stop &lt;BR /&gt;stop... User unknown&lt;BR /&gt;same error with start&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Sun, 10 Apr 2005 07:22:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-from-hpux-to-exchange/m-p/4895386#M403114</guid>
      <dc:creator>Nabil_11</dc:creator>
      <dc:date>2005-04-10T07:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: send mail from hpux to exchange</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-from-hpux-to-exchange/m-p/4895387#M403115</link>
      <description>Type the path to sendmail&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/sendmail stop then start&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;./sendmail stop then start&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Apr 2005 06:11:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-from-hpux-to-exchange/m-p/4895387#M403115</guid>
      <dc:creator>TommyT</dc:creator>
      <dc:date>2005-04-11T06:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: send mail from hpux to exchange</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-from-hpux-to-exchange/m-p/4895388#M403116</link>
      <description>nabil,&lt;BR /&gt;you also need to configure IMS Service in the MS Exchange server.</description>
      <pubDate>Mon, 11 Apr 2005 07:25:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-from-hpux-to-exchange/m-p/4895388#M403116</guid>
      <dc:creator>Gustavo Ferraro</dc:creator>
      <dc:date>2005-04-11T07:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: send mail from hpux to exchange</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-from-hpux-to-exchange/m-p/4895389#M403117</link>
      <description>Hi again, &lt;BR /&gt;this is my case &lt;BR /&gt;the exchaneg IP is 100.110.20.1&lt;BR /&gt;the domain is ccs.com.jo&lt;BR /&gt;I modify /etc/mail/sendmail.cf&lt;BR /&gt;DS=exmail ( which in /etc/host configured)&lt;BR /&gt;also &lt;BR /&gt;Dj$w.ccs.com.jo&lt;BR /&gt;then stop and start sendmail &lt;BR /&gt;I send miail local on same system it works fine&lt;BR /&gt;but when I use&lt;BR /&gt;cat /etc/host | mailx -s "Test" nabil@ccs.com.jo&lt;BR /&gt;I got this log in /var/adm/syslog&lt;BR /&gt;&lt;BR /&gt;Apr 12 16:19:33 HPUXV2 sendmail[3123]: j3CDJXg03123: to=nabil@ccs.com.jo, delay=&lt;BR /&gt;00:00:00, mailer=relay, pri=173, dsn=4.4.3, stat=queued&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Tue, 12 Apr 2005 08:18:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-from-hpux-to-exchange/m-p/4895389#M403117</guid>
      <dc:creator>Nabil_11</dc:creator>
      <dc:date>2005-04-12T08:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: send mail from hpux to exchange</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-from-hpux-to-exchange/m-p/4895390#M403118</link>
      <description>DS is smart relay - good idea to set it to the name of your exchange server.&lt;BR /&gt;&lt;BR /&gt;DM - good idea to set it to your "global" email domain that exchange uses...IE - if your email address is:&lt;BR /&gt;&lt;BR /&gt;nabil@yourdomain.com then set DMyourdomain.com&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Tue, 12 Apr 2005 08:23:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-from-hpux-to-exchange/m-p/4895390#M403118</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-04-12T08:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: send mail from hpux to exchange</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-from-hpux-to-exchange/m-p/4895391#M403119</link>
      <description>Hi,&lt;BR /&gt;sendmail from HPUX to exchange solved with the following steps&lt;BR /&gt;1- modify /etc/mail/sendmail.cf&lt;BR /&gt;  DS&lt;EXCHANGE ip="" address=""&gt;&lt;BR /&gt;2- configure /etc/nsswitch.conf&lt;BR /&gt;according to your need&lt;BR /&gt;3- start and stop sendmail &lt;BR /&gt; /sbin/init.d/sendmail stop/start&lt;BR /&gt;4- # cat /etc/hosts | mailx -s "Test" x@xx.com&lt;BR /&gt;Regards&lt;BR /&gt;Nabil&lt;/EXCHANGE&gt;</description>
      <pubDate>Thu, 14 Apr 2005 00:53:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-from-hpux-to-exchange/m-p/4895391#M403119</guid>
      <dc:creator>Nabil_11</dc:creator>
      <dc:date>2005-04-14T00:53:26Z</dc:date>
    </item>
  </channel>
</rss>

