<?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 Configuration in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-configuration/m-p/3344537#M874885</link>
    <description>1. make sure that /etc/mail/sendmail.cw have following entry &lt;BR /&gt;    hostname&lt;BR /&gt;hostname : actual name of host.&lt;BR /&gt;&lt;BR /&gt;2. modify /etc/mail.sendmail.cf file as &lt;BR /&gt;follows ( modify two entries)&lt;BR /&gt;&lt;BR /&gt;   Dj$w:domain name&lt;BR /&gt;   DS(Exchange server ip)&lt;BR /&gt;&lt;BR /&gt;e.g. for primustel.com domain&lt;BR /&gt;   Dj$w:yourdomain.com&lt;BR /&gt;   DS11.0.0.2&lt;BR /&gt;&lt;BR /&gt;3.modify /etc/nsswitch.conf files to have following two lines:&lt;BR /&gt;   hosts: files&lt;BR /&gt;   aliases: files&lt;BR /&gt;&lt;BR /&gt;4. after all these corrections run following programm:&lt;BR /&gt;   newaliases&lt;BR /&gt;&lt;BR /&gt;5. now stop and start sendmail:&lt;BR /&gt;   /sbin/init.d/sendmail stop&lt;BR /&gt;   /sbin/init.d/sendmail stop&lt;BR /&gt;&lt;BR /&gt;6. test for sending mail:&lt;BR /&gt;e.g.&lt;BR /&gt;sendmail -v youremail@yourdomain.com &amp;lt; /etc/group&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;George</description>
    <pubDate>Thu, 29 Jul 2004 08:58:19 GMT</pubDate>
    <dc:creator>George_Dodds</dc:creator>
    <dc:date>2004-07-29T08:58:19Z</dc:date>
    <item>
      <title>Send Mail Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-configuration/m-p/3344536#M874884</link>
      <description>Can anyone give me the steps to configure Sendmail on HP-UX11.0</description>
      <pubDate>Thu, 29 Jul 2004 08:44:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-configuration/m-p/3344536#M874884</guid>
      <dc:creator>sai.prashant</dc:creator>
      <dc:date>2004-07-29T08:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: Send Mail Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-configuration/m-p/3344537#M874885</link>
      <description>1. make sure that /etc/mail/sendmail.cw have following entry &lt;BR /&gt;    hostname&lt;BR /&gt;hostname : actual name of host.&lt;BR /&gt;&lt;BR /&gt;2. modify /etc/mail.sendmail.cf file as &lt;BR /&gt;follows ( modify two entries)&lt;BR /&gt;&lt;BR /&gt;   Dj$w:domain name&lt;BR /&gt;   DS(Exchange server ip)&lt;BR /&gt;&lt;BR /&gt;e.g. for primustel.com domain&lt;BR /&gt;   Dj$w:yourdomain.com&lt;BR /&gt;   DS11.0.0.2&lt;BR /&gt;&lt;BR /&gt;3.modify /etc/nsswitch.conf files to have following two lines:&lt;BR /&gt;   hosts: files&lt;BR /&gt;   aliases: files&lt;BR /&gt;&lt;BR /&gt;4. after all these corrections run following programm:&lt;BR /&gt;   newaliases&lt;BR /&gt;&lt;BR /&gt;5. now stop and start sendmail:&lt;BR /&gt;   /sbin/init.d/sendmail stop&lt;BR /&gt;   /sbin/init.d/sendmail stop&lt;BR /&gt;&lt;BR /&gt;6. test for sending mail:&lt;BR /&gt;e.g.&lt;BR /&gt;sendmail -v youremail@yourdomain.com &amp;lt; /etc/group&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;George</description>
      <pubDate>Thu, 29 Jul 2004 08:58:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-configuration/m-p/3344537#M874885</guid>
      <dc:creator>George_Dodds</dc:creator>
      <dc:date>2004-07-29T08:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: Send Mail Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-configuration/m-p/3344538#M874886</link>
      <description>Depends on what you want to do - out of the box sendmail works....&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/B2355-90147/B2355-90147.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/B2355-90147/B2355-90147.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Has a section on sendmail.&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Thu, 29 Jul 2004 09:04:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-configuration/m-p/3344538#M874886</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-07-29T09:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: Send Mail Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-configuration/m-p/3344539#M874887</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;George gave you a great list there&lt;BR /&gt;&lt;BR /&gt;Look at&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.sendmail.org" target="_blank"&gt;www.sendmail.org&lt;/A&gt; for more info sinc ehP is also based on the same thing&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;         Steve Steel</description>
      <pubDate>Thu, 29 Jul 2004 09:06:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-configuration/m-p/3344539#M874887</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2004-07-29T09:06:20Z</dc:date>
    </item>
  </channel>
</rss>

