<?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 Mail in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mail/m-p/2612058#M36409</link>
    <description>How do I configure my workstation to send and receive mail via an NT exchange server.</description>
    <pubDate>Mon, 12 Nov 2001 15:57:01 GMT</pubDate>
    <dc:creator>Braithwaite</dc:creator>
    <dc:date>2001-11-12T15:57:01Z</dc:date>
    <item>
      <title>Mail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail/m-p/2612058#M36409</link>
      <description>How do I configure my workstation to send and receive mail via an NT exchange server.</description>
      <pubDate>Mon, 12 Nov 2001 15:57:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail/m-p/2612058#M36409</guid>
      <dc:creator>Braithwaite</dc:creator>
      <dc:date>2001-11-12T15:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: Mail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail/m-p/2612059#M36410</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Put the NT server name infront  DS flag in /etc/mail/sendmail.cf file &lt;BR /&gt;restart the senamail process by &lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/sendmail stop then /sbin/init.d/sendmail start&lt;BR /&gt;Goodluck&lt;BR /&gt;-USA..&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Nov 2001 16:02:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail/m-p/2612059#M36410</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2001-11-12T16:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: Mail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail/m-p/2612060#M36411</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;U can cinfigure sendmail for this . Do the following steps.&lt;BR /&gt;&lt;BR /&gt;First get the SMTP relay host name and IP Address.(abcd_relay 128.9.9.30)&lt;BR /&gt;&lt;BR /&gt;For sendmail to be activated to send mail to exchange server.&lt;BR /&gt;&lt;BR /&gt;a)put relay hostname to DS on sendmail.cf in /etc/mail directory (eg : DSabcd_relay ).&lt;BR /&gt;b)Create nsswitch.conf in /etc by copying nsswitch.file as nsswitch.conf. (IF DNS is not enabled on ur HP server).&lt;BR /&gt;c)Add relay host IP entry to /etc/hosts file. (IP of abcd_relay)&lt;BR /&gt;d)Stop and start sendmail dameon again &lt;BR /&gt;&lt;BR /&gt;U can test it by &lt;BR /&gt;$cat /etc/hosts |mailx -m -s "test mail" user_id&lt;BR /&gt;&lt;BR /&gt;Hope this will help u&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Joe.</description>
      <pubDate>Mon, 12 Nov 2001 16:03:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail/m-p/2612060#M36411</guid>
      <dc:creator>Joseph Chakkery</dc:creator>
      <dc:date>2001-11-12T16:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: Mail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail/m-p/2612061#M36412</link>
      <description>Hello Uday and Joe,&lt;BR /&gt;&lt;BR /&gt;Thanks for the reply, but I am still confused as to what to put in the sendmail.cf file.&lt;BR /&gt;&lt;BR /&gt;I have a exchange server ie "exch_name" with IP address "10.#.#.#". How does this appear in the sendmail.cf file?&lt;BR /&gt;DS.... or ......DS&lt;BR /&gt;&lt;BR /&gt;Kevin</description>
      <pubDate>Mon, 12 Nov 2001 16:13:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail/m-p/2612061#M36412</guid>
      <dc:creator>Braithwaite</dc:creator>
      <dc:date>2001-11-12T16:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: Mail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail/m-p/2612062#M36413</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;vi /etc/mail/sendmail.cf&lt;BR /&gt;and change&lt;BR /&gt;DS to&lt;BR /&gt;DSntserver.domainname&lt;BR /&gt;DH to&lt;BR /&gt;DHntserver.domainname&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/sendmail start&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;raj</description>
      <pubDate>Mon, 12 Nov 2001 16:22:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail/m-p/2612062#M36413</guid>
      <dc:creator>Roger Baptiste</dc:creator>
      <dc:date>2001-11-12T16:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: Mail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail/m-p/2612063#M36414</link>
      <description>Hello Kevin,&lt;BR /&gt;&lt;BR /&gt;cd /etc/mail&lt;BR /&gt;open the file sendmail.cf in vi or any other editor&lt;BR /&gt;search for smart relay hosts or DS in the starting of the line. Then enter like&lt;BR /&gt;&lt;BR /&gt;DSexch_name&lt;BR /&gt;&lt;BR /&gt;save the file.&lt;BR /&gt;&lt;BR /&gt;In my pervious reply I have given the example as abcd_relay as relay host server.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Joe.&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Nov 2001 16:24:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail/m-p/2612063#M36414</guid>
      <dc:creator>Joseph Chakkery</dc:creator>
      <dc:date>2001-11-12T16:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: Mail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail/m-p/2612064#M36415</link>
      <description>&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;vi the sendmail file in etc/mail dir&lt;BR /&gt;&lt;BR /&gt;cd /etc/mail&lt;BR /&gt;vi sendmail.cf&lt;BR /&gt;search for DS string by ^DS&lt;BR /&gt;put the name (Full qualified name) of your exchange server infront of the DS  like this&lt;BR /&gt;DS &lt;YOUR exchange="" server="" name=""&gt;&lt;BR /&gt;save and quit the sendmail.cf file&lt;BR /&gt;restart the sendmail daemon&lt;BR /&gt;Also have a look in to your resolv.conf and nsswitch.conf file for DNS configuration&lt;BR /&gt;&lt;BR /&gt;Goodluck,&lt;BR /&gt;-USA..&lt;BR /&gt;&lt;BR /&gt;&lt;/YOUR&gt;</description>
      <pubDate>Mon, 12 Nov 2001 16:24:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail/m-p/2612064#M36415</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2001-11-12T16:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: Mail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail/m-p/2612065#M36416</link>
      <description>Thank you all. It is working.&lt;BR /&gt;&lt;BR /&gt;Kevin</description>
      <pubDate>Mon, 12 Nov 2001 16:47:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail/m-p/2612065#M36416</guid>
      <dc:creator>Braithwaite</dc:creator>
      <dc:date>2001-11-12T16:47:06Z</dc:date>
    </item>
  </channel>
</rss>

