<?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: As Configuring Sendmail? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/as-configuring-sendmail/m-p/3067223#M139871</link>
    <description>This is for configuring sendmail without DNS&lt;BR /&gt;&lt;BR /&gt;you need to know the SMTP server(exchage server) name and IP address that you put in DS setting.&lt;BR /&gt;&lt;BR /&gt;1. Add following entries in /etc/mail/sendmail.cf file:&lt;BR /&gt;&lt;BR /&gt;# to qualify local host name&lt;BR /&gt;Dj$w.hp.com&lt;BR /&gt;# smtp mail gateway ip address&lt;BR /&gt;DS 10.204.2.23&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2. Add following to /etc/mail/sendmail.cw&lt;BR /&gt;&lt;BR /&gt;hostname&lt;BR /&gt;hostname.com&lt;BR /&gt;hostname.hp.com&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;3. Add aliase to /etc/hosts file:&lt;BR /&gt;&lt;BR /&gt;xyz.xx.xx.xx hostsname hostname. &lt;BR /&gt;&lt;BR /&gt;note: the period (.) after hp00004 is required&lt;BR /&gt;&lt;BR /&gt;4. Verify that /etc/mail/service.switch contains following:&lt;BR /&gt;&lt;BR /&gt;hosts files&lt;BR /&gt;aliases files&lt;BR /&gt;&lt;BR /&gt;Note: its 'hosts files' and not 'hosts dns files'&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;5. create /etc/nsswitch.conf to contain following information:&lt;BR /&gt;&lt;BR /&gt;hosts: files&lt;BR /&gt;aliases: files&lt;BR /&gt;services: files&lt;BR /&gt;protocols: files&lt;BR /&gt;networks: files&lt;BR /&gt;netgroup: files&lt;BR /&gt;rpc: files&lt;BR /&gt;&lt;BR /&gt;Note: sendmail 8.8.6 uses nsswitch, not service.switch&lt;BR /&gt;6. Verify macros :&lt;BR /&gt;&lt;BR /&gt;# grep '^D' /etc/mail/sendmail.cf&lt;BR /&gt;Dj$w.hp.com&lt;BR /&gt;DS xx.xx.xx.xx&lt;BR /&gt;DH&lt;BR /&gt;DM&lt;BR /&gt;DnMAILER-DAEMON&lt;BR /&gt;DZ8.7.1&lt;BR /&gt;7. Verify /etc/rc.config.d/mailservs contain following:&lt;BR /&gt;&lt;BR /&gt;export SENDMAIL_SERVER=1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;8. Stop sendmail&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/sendmail stop&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;9. Start sendmail&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/sendmail.start&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;10. Test sendmail:&lt;BR /&gt;&lt;BR /&gt;# sendmail -v abcS@xyz.com &amp;lt; /etc/hosts&lt;BR /&gt;</description>
    <pubDate>Wed, 10 Sep 2003 01:26:45 GMT</pubDate>
    <dc:creator>Animesh Chakraborty</dc:creator>
    <dc:date>2003-09-10T01:26:45Z</dc:date>
    <item>
      <title>As Configuring Sendmail?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/as-configuring-sendmail/m-p/3067222#M139870</link>
      <description>Hello,  &lt;BR /&gt;  &lt;BR /&gt;Which are the steps to continue to configure the sendmail in my servant HPUX 10.20. The configuration is to send mail to suppliers of outside of my domain.  &lt;BR /&gt;  &lt;BR /&gt;Thank you,  &lt;BR /&gt;  &lt;BR /&gt;Orlando</description>
      <pubDate>Tue, 09 Sep 2003 19:55:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/as-configuring-sendmail/m-p/3067222#M139870</guid>
      <dc:creator>Orlando De Oliveira R</dc:creator>
      <dc:date>2003-09-09T19:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: As Configuring Sendmail?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/as-configuring-sendmail/m-p/3067223#M139871</link>
      <description>This is for configuring sendmail without DNS&lt;BR /&gt;&lt;BR /&gt;you need to know the SMTP server(exchage server) name and IP address that you put in DS setting.&lt;BR /&gt;&lt;BR /&gt;1. Add following entries in /etc/mail/sendmail.cf file:&lt;BR /&gt;&lt;BR /&gt;# to qualify local host name&lt;BR /&gt;Dj$w.hp.com&lt;BR /&gt;# smtp mail gateway ip address&lt;BR /&gt;DS 10.204.2.23&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2. Add following to /etc/mail/sendmail.cw&lt;BR /&gt;&lt;BR /&gt;hostname&lt;BR /&gt;hostname.com&lt;BR /&gt;hostname.hp.com&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;3. Add aliase to /etc/hosts file:&lt;BR /&gt;&lt;BR /&gt;xyz.xx.xx.xx hostsname hostname. &lt;BR /&gt;&lt;BR /&gt;note: the period (.) after hp00004 is required&lt;BR /&gt;&lt;BR /&gt;4. Verify that /etc/mail/service.switch contains following:&lt;BR /&gt;&lt;BR /&gt;hosts files&lt;BR /&gt;aliases files&lt;BR /&gt;&lt;BR /&gt;Note: its 'hosts files' and not 'hosts dns files'&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;5. create /etc/nsswitch.conf to contain following information:&lt;BR /&gt;&lt;BR /&gt;hosts: files&lt;BR /&gt;aliases: files&lt;BR /&gt;services: files&lt;BR /&gt;protocols: files&lt;BR /&gt;networks: files&lt;BR /&gt;netgroup: files&lt;BR /&gt;rpc: files&lt;BR /&gt;&lt;BR /&gt;Note: sendmail 8.8.6 uses nsswitch, not service.switch&lt;BR /&gt;6. Verify macros :&lt;BR /&gt;&lt;BR /&gt;# grep '^D' /etc/mail/sendmail.cf&lt;BR /&gt;Dj$w.hp.com&lt;BR /&gt;DS xx.xx.xx.xx&lt;BR /&gt;DH&lt;BR /&gt;DM&lt;BR /&gt;DnMAILER-DAEMON&lt;BR /&gt;DZ8.7.1&lt;BR /&gt;7. Verify /etc/rc.config.d/mailservs contain following:&lt;BR /&gt;&lt;BR /&gt;export SENDMAIL_SERVER=1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;8. Stop sendmail&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/sendmail stop&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;9. Start sendmail&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/sendmail.start&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;10. Test sendmail:&lt;BR /&gt;&lt;BR /&gt;# sendmail -v abcS@xyz.com &amp;lt; /etc/hosts&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Sep 2003 01:26:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/as-configuring-sendmail/m-p/3067223#M139871</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2003-09-10T01:26:45Z</dc:date>
    </item>
  </channel>
</rss>

