<?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: Sendmail configuration for hp-ux 11.31 without DNS in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration-for-hp-ux-11-31-without-dns/m-p/5066307#M437873</link>
    <description>Unless something has changed in sendmail you need to do the following in order to disable DNS lookups for MX records.&lt;BR /&gt;&lt;BR /&gt;in /etc/mail/sendmail.cf&lt;BR /&gt;in the section listed below under &lt;BR /&gt;#####################################&lt;BR /&gt;###   SMTP Mailer specification   ###&lt;BR /&gt;#####################################&lt;BR /&gt;Insert a 0 (zero) after the F= for each Msmtp and Mesmtp.&lt;BR /&gt;&lt;BR /&gt;Msmtp,          P=[IPC], F=mDFMuX, S=11/31, R=21, E=\r\n, L=990,&lt;BR /&gt;                T=DNS/RFC822/SMTP,&lt;BR /&gt;                A=IPC $h&lt;BR /&gt;becomes&lt;BR /&gt;&lt;BR /&gt;Msmtp,          P=[IPC], F=0mDFMuX, S=11/31, R=21, E=\r\n, L=990,&lt;BR /&gt;                T=DNS/RFC822/SMTP,&lt;BR /&gt;                A=IPC $h&lt;BR /&gt;&lt;BR /&gt;FYI,  This is an older trick, should be able to google it for validation, if it does not work then change it back.&lt;BR /&gt;</description>
    <pubDate>Fri, 31 Aug 2007 11:29:35 GMT</pubDate>
    <dc:creator>Tim Nelson</dc:creator>
    <dc:date>2007-08-31T11:29:35Z</dc:date>
    <item>
      <title>Sendmail configuration for hp-ux 11.31 without DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration-for-hp-ux-11-31-without-dns/m-p/5066298#M437864</link>
      <description>We dont have a setting for dns on our servers. For hp-ux 11.23(and also older versions) we can use sendmail without dns settings with this config:&lt;BR /&gt;1-)cp /usr/newconfig/etc/nsswitch.files /etc/nsswitch.conf&lt;BR /&gt;2-)set Dj$w. in sendmail.cf&lt;BR /&gt;3-)set DS in sendmail.cf&lt;BR /&gt;4-)start/stop sendmail&lt;BR /&gt;&lt;BR /&gt;This doesnt work in hp-ux 11.31. Any ideas?</description>
      <pubDate>Fri, 31 Aug 2007 01:16:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration-for-hp-ux-11-31-without-dns/m-p/5066298#M437864</guid>
      <dc:creator>Turgay Cavdar</dc:creator>
      <dc:date>2007-08-31T01:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail configuration for hp-ux 11.31 without DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration-for-hp-ux-11-31-without-dns/m-p/5066299#M437865</link>
      <description>&lt;A href="http://www.docs.hp.com/en/B2355-90685/ch04.html" target="_blank"&gt;http://www.docs.hp.com/en/B2355-90685/ch04.html&lt;/A&gt;</description>
      <pubDate>Fri, 31 Aug 2007 01:52:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration-for-hp-ux-11-31-without-dns/m-p/5066299#M437865</guid>
      <dc:creator>AwadheshPandey</dc:creator>
      <dc:date>2007-08-31T01:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail configuration for hp-ux 11.31 without DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration-for-hp-ux-11-31-without-dns/m-p/5066300#M437866</link>
      <description>Double check your /etc/nsswitch.conf file to make sure that the files entry doesn't include DNS.</description>
      <pubDate>Fri, 31 Aug 2007 07:09:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration-for-hp-ux-11-31-without-dns/m-p/5066300#M437866</guid>
      <dc:creator>Keith Johnson</dc:creator>
      <dc:date>2007-08-31T07:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail configuration for hp-ux 11.31 without DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration-for-hp-ux-11-31-without-dns/m-p/5066301#M437867</link>
      <description>i checked it:&lt;BR /&gt;passwd:       files&lt;BR /&gt;group:        files&lt;BR /&gt;hosts:        files&lt;BR /&gt;ipnodes:      files&lt;BR /&gt;services:     files&lt;BR /&gt;networks:     files&lt;BR /&gt;protocols:    files&lt;BR /&gt;rpc:          files&lt;BR /&gt;publickey:    files&lt;BR /&gt;netgroup:     files&lt;BR /&gt;automount:    files&lt;BR /&gt;aliases:      files</description>
      <pubDate>Fri, 31 Aug 2007 07:27:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration-for-hp-ux-11-31-without-dns/m-p/5066301#M437867</guid>
      <dc:creator>Turgay Cavdar</dc:creator>
      <dc:date>2007-08-31T07:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail configuration for hp-ux 11.31 without DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration-for-hp-ux-11-31-without-dns/m-p/5066302#M437868</link>
      <description>What reject message(s) appear in the /var/adm/syslog/mail.log file?</description>
      <pubDate>Fri, 31 Aug 2007 07:57:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration-for-hp-ux-11-31-without-dns/m-p/5066302#M437868</guid>
      <dc:creator>Keith Johnson</dc:creator>
      <dc:date>2007-08-31T07:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail configuration for hp-ux 11.31 without DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration-for-hp-ux-11-31-without-dns/m-p/5066303#M437869</link>
      <description>Hi,&lt;BR /&gt;It gives the following error:&lt;BR /&gt;&lt;BR /&gt;Aug 31 11:49:20 srv1 sm-mta[2222]: l7UJjM7k011562: to=&lt;ROOT&gt;, delay=13:03:55, mailer=relay, pri=2552153, &lt;BR /&gt;relay=mailserver, dsn=4.4.3, stat=Transient parse error -- message queued for future delivery&lt;/ROOT&gt;</description>
      <pubDate>Fri, 31 Aug 2007 08:16:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration-for-hp-ux-11-31-without-dns/m-p/5066303#M437869</guid>
      <dc:creator>Turgay Cavdar</dc:creator>
      <dc:date>2007-08-31T08:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail configuration for hp-ux 11.31 without DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration-for-hp-ux-11-31-without-dns/m-p/5066304#M437870</link>
      <description>The dsn reason definitely points to a DNS resolution.  The link to the RFC which explains the codes is below: &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.faqs.org/rfcs/rfc3463.html" target="_blank"&gt;http://www.faqs.org/rfcs/rfc3463.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Is mailrelay defined in your /etc/hosts file?</description>
      <pubDate>Fri, 31 Aug 2007 09:12:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration-for-hp-ux-11-31-without-dns/m-p/5066304#M437870</guid>
      <dc:creator>Keith Johnson</dc:creator>
      <dc:date>2007-08-31T09:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail configuration for hp-ux 11.31 without DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration-for-hp-ux-11-31-without-dns/m-p/5066305#M437871</link>
      <description>yes it is defined. I did this configuration many times in older versions but on 11.31 there must be some difference.</description>
      <pubDate>Fri, 31 Aug 2007 11:20:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration-for-hp-ux-11-31-without-dns/m-p/5066305#M437871</guid>
      <dc:creator>Turgay Cavdar</dc:creator>
      <dc:date>2007-08-31T11:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail configuration for hp-ux 11.31 without DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration-for-hp-ux-11-31-without-dns/m-p/5066306#M437872</link>
      <description>Unless something has changed in sendmail you need to do the following in order to disable DNS lookups for MX records.&lt;BR /&gt;&lt;BR /&gt;in /etc/mail/sendmail.cf&lt;BR /&gt;in the section listed below under &lt;BR /&gt;#####################################&lt;BR /&gt;###   SMTP Mailer specification   ###&lt;BR /&gt;#####################################&lt;BR /&gt;Insert a 0 (zero) after the F= for each Msmtp and Mesmtp.&lt;BR /&gt;&lt;BR /&gt;Msmtp,          P=[IPC], F=mDFMuX, S=11/31, R=21, E=\r\n, L=990,&lt;BR /&gt;                T=DNS/RFC822/SMTP,&lt;BR /&gt;                A=IPC $h&lt;BR /&gt;becomes&lt;BR /&gt;Msmtp,          P=[IPC], F=0mDFMuX, S=11/31, R=21, E=\r\n, L=990,&lt;BR /&gt;                T=DNS/RFC822/SMTP,&lt;BR /&gt;                A=IPC $h&lt;BR /&gt;&lt;BR /&gt;FYI,  This is an older trick, should be able to google it for validation, if it does not work then change it back.&lt;BR /&gt;</description>
      <pubDate>Fri, 31 Aug 2007 11:29:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration-for-hp-ux-11-31-without-dns/m-p/5066306#M437872</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2007-08-31T11:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail configuration for hp-ux 11.31 without DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration-for-hp-ux-11-31-without-dns/m-p/5066307#M437873</link>
      <description>Unless something has changed in sendmail you need to do the following in order to disable DNS lookups for MX records.&lt;BR /&gt;&lt;BR /&gt;in /etc/mail/sendmail.cf&lt;BR /&gt;in the section listed below under &lt;BR /&gt;#####################################&lt;BR /&gt;###   SMTP Mailer specification   ###&lt;BR /&gt;#####################################&lt;BR /&gt;Insert a 0 (zero) after the F= for each Msmtp and Mesmtp.&lt;BR /&gt;&lt;BR /&gt;Msmtp,          P=[IPC], F=mDFMuX, S=11/31, R=21, E=\r\n, L=990,&lt;BR /&gt;                T=DNS/RFC822/SMTP,&lt;BR /&gt;                A=IPC $h&lt;BR /&gt;becomes&lt;BR /&gt;&lt;BR /&gt;Msmtp,          P=[IPC], F=0mDFMuX, S=11/31, R=21, E=\r\n, L=990,&lt;BR /&gt;                T=DNS/RFC822/SMTP,&lt;BR /&gt;                A=IPC $h&lt;BR /&gt;&lt;BR /&gt;FYI,  This is an older trick, should be able to google it for validation, if it does not work then change it back.&lt;BR /&gt;</description>
      <pubDate>Fri, 31 Aug 2007 11:29:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration-for-hp-ux-11-31-without-dns/m-p/5066307#M437873</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2007-08-31T11:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail configuration for hp-ux 11.31 without DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration-for-hp-ux-11-31-without-dns/m-p/5066308#M437874</link>
      <description>Here is another way found on this forum.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1121257" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1121257&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rember you will have to have the hostname/IP of the destination smtp server in the /etc/hosts file as DNS will not be used.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 31 Aug 2007 11:31:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration-for-hp-ux-11-31-without-dns/m-p/5066308#M437874</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2007-08-31T11:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail configuration for hp-ux 11.31 without DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration-for-hp-ux-11-31-without-dns/m-p/5066309#M437875</link>
      <description>Tugay,&lt;BR /&gt;&lt;BR /&gt; Here is the workaround :-&lt;BR /&gt;&lt;BR /&gt;1. Create the service.switch file and add files.&lt;BR /&gt;&lt;BR /&gt;   /etc/mail/service.switch&lt;BR /&gt;&lt;BR /&gt;      hosts    files&lt;BR /&gt;&lt;BR /&gt;WK&lt;BR /&gt;please assign points</description>
      <pubDate>Fri, 31 Aug 2007 12:49:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration-for-hp-ux-11-31-without-dns/m-p/5066309#M437875</guid>
      <dc:creator>whiteknight</dc:creator>
      <dc:date>2007-08-31T12:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail configuration for hp-ux 11.31 without DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration-for-hp-ux-11-31-without-dns/m-p/5066310#M437876</link>
      <description>Thanks Tim and Whiteknight. Your solutions do work! Thanks again.</description>
      <pubDate>Fri, 31 Aug 2007 13:06:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration-for-hp-ux-11-31-without-dns/m-p/5066310#M437876</guid>
      <dc:creator>Turgay Cavdar</dc:creator>
      <dc:date>2007-08-31T13:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail configuration for hp-ux 11.31 without DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration-for-hp-ux-11-31-without-dns/m-p/5066311#M437877</link>
      <description>Thanks</description>
      <pubDate>Fri, 31 Aug 2007 13:10:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration-for-hp-ux-11-31-without-dns/m-p/5066311#M437877</guid>
      <dc:creator>Turgay Cavdar</dc:creator>
      <dc:date>2007-08-31T13:10:36Z</dc:date>
    </item>
  </channel>
</rss>

