<?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/proxy in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-proxy/m-p/2426478#M1490</link>
    <description>Sounds like you need to configure a DNS root server.&lt;BR /&gt;Verify that a query to a root server is failing. A lookup on a bogus address will return a rcode = SERVFAIL. If the root name server is setup and responding correctly to a bogus address then a rcode = NXDOMAIN will be returned.&lt;BR /&gt; nslookup when no root server is available/configured &lt;BR /&gt;Default Name Server:  blauser&lt;BR /&gt;Address:  15.17.184.52&lt;BR /&gt;&lt;BR /&gt;&amp;gt; set type=mx&lt;BR /&gt;&amp;gt; set d2&lt;BR /&gt;&amp;gt; bogus.com       &lt;BR /&gt;...       &lt;BR /&gt;Got answer (27 bytes):&lt;BR /&gt;    HEADER:opcode = QUERY, id = 3, rcode = SERVFAIL&lt;BR /&gt;header flags:  response, want recursion, recursion avail.&lt;BR /&gt;questions = 1,  answers = 0,  authority records = 0,  additional = 0&lt;BR /&gt;QUESTIONS:  bogus.com, type = MX, class = IN     &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Berlene</description>
    <pubDate>Fri, 16 Jun 2000 19:15:32 GMT</pubDate>
    <dc:creator>Berlene Herren</dc:creator>
    <dc:date>2000-06-16T19:15:32Z</dc:date>
    <item>
      <title>sendmail/proxy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-proxy/m-p/2426464#M1476</link>
      <description>having trouble getting messages out from my hp-ux hp9000 box through a proxy server. i configured /etc/mail/sendmail.cf with the DSproxy setting and proxy accepts smtp connections. am i missing something? help!&lt;BR /&gt;&lt;BR /&gt;--scott&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Jun 2000 19:59:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-proxy/m-p/2426464#M1476</guid>
      <dc:creator>Scott D. Allen</dc:creator>
      <dc:date>2000-06-15T19:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail/proxy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-proxy/m-p/2426465#M1477</link>
      <description>What kind of trouble? Is it not going out at all? Is it going out with a different format?&lt;BR /&gt;What does the /var/adm/syslog/mail.log file say is happening on the HP?&lt;BR /&gt;What does the mail log say on the proxy box?&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Jun 2000 21:03:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-proxy/m-p/2426465#M1477</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-06-15T21:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail/proxy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-proxy/m-p/2426466#M1478</link>
      <description>I can't get at the proxy logs, but nothing is coming up in syslog.log and mail.log just says that the message is queued. Here,&lt;BR /&gt;&lt;BR /&gt;Jun 15 14:54:43 hp9000 sendmail[22338]: OAA22338: from=root, size=35, class=0, pri=30035, nrcpts=1, msgid=&amp;lt;200006152154.OAA22338@hp9000.tycom.com&amp;gt;, relay=root@localhost&lt;BR /&gt;Jun 15 14:54:43 hp9000 sendmail[22338]: OAA22338: to=sallen@infomng.com, delay=00:00:00, mailer=relay, stat=queued&lt;BR /&gt;&lt;BR /&gt;Suggestions?</description>
      <pubDate>Thu, 15 Jun 2000 21:05:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-proxy/m-p/2426466#M1478</guid>
      <dc:creator>Scott D. Allen</dc:creator>
      <dc:date>2000-06-15T21:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail/proxy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-proxy/m-p/2426467#M1479</link>
      <description>Do you need to have DNS resolver configured for sendmail to work?&lt;BR /&gt;&lt;BR /&gt;I don't have a /etc/resolv.conf on this host. If I just configure resolv.conf with the domain flag, will that suffice?&lt;BR /&gt;&lt;BR /&gt;--Scott&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Jun 2000 21:46:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-proxy/m-p/2426467#M1479</guid>
      <dc:creator>Scott D. Allen</dc:creator>
      <dc:date>2000-06-15T21:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail/proxy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-proxy/m-p/2426468#M1480</link>
      <description>To set a mail relay, find in the /etc/mail/sendmail.cf&lt;BR /&gt;&lt;BR /&gt;# "Smart" relay host (may be null) &lt;BR /&gt;DS &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and set to&lt;BR /&gt;DSyour.mailrelay.com   &amp;lt;&amp;lt; this is the name of your Exchange mail server.&lt;BR /&gt;&lt;BR /&gt;Then stop and restart sendmail to re-read the sendmail.cf file&lt;BR /&gt;&lt;BR /&gt;#/sbin/init.d/sendmail stop&lt;BR /&gt;#/sbin/init.d/sendmail start&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You can test by issuing&lt;BR /&gt;#sendmail -v bherren@&lt;A href="http://www.atl.hp.com" target="_blank"&gt;www.atl.hp.com&lt;/A&gt;&lt;BR /&gt;test&lt;BR /&gt;.&lt;BR /&gt;It should connect to the exchange server and go out it's merry way to the internet. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;NOTE: 8.8.6, sendmail automatically assumes that you are using DNS and be returning fully qualified hostnames. If you are not, you MUST do the following workaround to trick it.. At sendmail 8.8.6, service.switch IS NOT USED AT ALL,  regardless of whether you've uncommented it in sendmail.cf.. &lt;BR /&gt;&lt;BR /&gt;If you are not using dns (you do not have a fully-qualified  domain name), you MUST:  &lt;BR /&gt;a) Set the Dj$w macro in sendmail.cf to Dj$w. (as opposed to Dj$w     without a dot at the end)     AND (and here's where if differs from previous versions)  &lt;BR /&gt;b) Add an alias to /etc/hosts that ends with a "."     (for example, a pre- 8.8.6 host file line might look like this: &lt;BR /&gt; &lt;BR /&gt;1.1.1.1 hello &lt;BR /&gt;&lt;BR /&gt;to make things work at 8.8.6, change it to&lt;BR /&gt; 1.1.1.1     hello     hello. &lt;BR /&gt;&lt;BR /&gt;Berlene</description>
      <pubDate>Fri, 16 Jun 2000 11:44:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-proxy/m-p/2426468#M1480</guid>
      <dc:creator>Berlene Herren</dc:creator>
      <dc:date>2000-06-16T11:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail/proxy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-proxy/m-p/2426469#M1481</link>
      <description>Thanks Berlene, that's what I thought.&lt;BR /&gt;&lt;BR /&gt;Here's the /etc/hosts entries for my host....&lt;BR /&gt;&lt;BR /&gt;192.168.1.1   host   host.&lt;BR /&gt;192.168.2.1   host&lt;BR /&gt;192.168.3.1   host   host.domain.com&lt;BR /&gt;192.168.3.250   mailhost.domain.com   mailhost&lt;BR /&gt;&lt;BR /&gt;My sendmail.cf has....&lt;BR /&gt;Dj$w.&lt;BR /&gt;DSmailhost.domain.com&lt;BR /&gt;&lt;BR /&gt;When I restart sendmail and try to send the message I get.....&lt;BR /&gt;&lt;BR /&gt;# sendmail -v sallen@infomanage.net&lt;BR /&gt;sallen@infomanage.net... infomanage.net: Name server timeout&lt;BR /&gt;sallen@infomanage.net... Transient parse error -- message queued for future delivery&lt;BR /&gt;hello tough guy&lt;BR /&gt;.&lt;BR /&gt;sallen@infomanage.net... queued&lt;BR /&gt;# mailq&lt;BR /&gt;                Mail Queue (1 request)&lt;BR /&gt;--Q-ID-- --Size-- -----Q-Time----- ------------Sender/Recipient------------&lt;BR /&gt;HAA19552       14 Fri Jun 16 07:14 imcsa&lt;BR /&gt;                 (host map: lookup (infomanage.net): deferred)&lt;BR /&gt;                                   sallen@infomanage.net&lt;BR /&gt;# &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;what else could it be? does my host. entry need to be on the same subnet as my mailhost? i have three subnets.&lt;BR /&gt;&lt;BR /&gt;--Scott&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Jun 2000 13:30:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-proxy/m-p/2426469#M1481</guid>
      <dc:creator>Scott D. Allen</dc:creator>
      <dc:date>2000-06-16T13:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail/proxy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-proxy/m-p/2426470#M1482</link>
      <description>From the mail.log and other responses, I would have to say that the mail is queued because it doesn't know where to go. As Berlene stated, define the Smart Host, bounce the sendmail daemon, and restart it.&lt;BR /&gt;&lt;BR /&gt;I would believe that by now you have something in the local root mailbox indicating that the message is not being sent.</description>
      <pubDate>Fri, 16 Jun 2000 13:41:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-proxy/m-p/2426470#M1482</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-06-16T13:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail/proxy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-proxy/m-p/2426471#M1483</link>
      <description>Scott, what is returned when you type&lt;BR /&gt;#nslookup&lt;BR /&gt;&amp;gt;policy &amp;gt;&amp;gt; should be just one lookup (files) if you are not using dns or nis.&lt;BR /&gt;&lt;BR /&gt;Check for an /etc/nsswitch.conf file.  If one doesn't exist, you can copy one from /usr/newconfig/etc/ (nsswitch.file to /etc/nsswitch.conf for 11.0 OR nsswitch.conf /etc/nsswitch.conf for 10.20).  If copying the nsswitch.conf for 10.20, after the file is in place, edit it and take out DNS and NIS on the hosts line.&lt;BR /&gt;&lt;BR /&gt;See if this helps.&lt;BR /&gt;&lt;BR /&gt;Berlene</description>
      <pubDate>Fri, 16 Jun 2000 13:42:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-proxy/m-p/2426471#M1483</guid>
      <dc:creator>Berlene Herren</dc:creator>
      <dc:date>2000-06-16T13:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail/proxy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-proxy/m-p/2426472#M1484</link>
      <description>yeah, i did not have an nsswitch.conf file and i added it in. when i do nslookup i get...&lt;BR /&gt;&lt;BR /&gt;# nslookup&lt;BR /&gt;Using /etc/hosts on:  hp9000&lt;BR /&gt;&lt;BR /&gt;&amp;gt; hp9000.&lt;BR /&gt;Using /etc/hosts on:  hp9000&lt;BR /&gt;&lt;BR /&gt;looking up FILES&lt;BR /&gt;Name:    hp9000&lt;BR /&gt;Address:  128.200.1.1&lt;BR /&gt;Aliases:  hp9000., hp9000_1, hp9000.domain.com&lt;BR /&gt;&lt;BR /&gt;&amp;gt; mailhost&lt;BR /&gt;Using /etc/hosts on:  hp9000&lt;BR /&gt;&lt;BR /&gt;looking up FILES&lt;BR /&gt;Name:    mailhost.domain.com&lt;BR /&gt;Address:  128.200.1.61&lt;BR /&gt;Aliases:  mailhost, exch-irv, exchange-server, exchange&lt;BR /&gt;&lt;BR /&gt;&amp;gt; quit&lt;BR /&gt;&lt;BR /&gt;The thing that concerns me is that when I try to send a message, I get the following in the mail.log file. It looks like the relay is NOT coming active as what I had set in DSmailhost.domain.com&lt;BR /&gt;&lt;BR /&gt;Jun 16 07:21:06 hp9000 /sbin/init.d/sendmail[26041]: #### rebooted ####&lt;BR /&gt;Jun 16 07:21:06 hp9000 sendmail[26045]: alias database /etc/mail/aliases rebuilt by imcsa&lt;BR /&gt;Jun 16 07:21:06 hp9000 sendmail[26045]: /etc/mail/aliases: 10 aliases, longest 9 bytes, 116 bytes total&lt;BR /&gt;Jun 16 07:21:07 hp9000 sendmail[26050]: starting daemon (8.8.6 (PHNE_17135)): SMTP+queueing@00:30:00&lt;BR /&gt;Jun 16 07:21:40 hp9000 sendmail[26146]: HAA26146: from=imcsa, size=16, class=0, pri=30016, nrcpts=1, msgid=&amp;lt;200006161421.HAA26146@hp9000.&amp;gt;, relay=root@localhost&lt;BR /&gt;Jun 16 07:21:40 hp9000 sendmail[26146]: HAA26146: to=sallen@infomanage.net, delay=00:00:07, mailer=relay, stat=queued&lt;BR /&gt;Jun 16 07:22:54 hp9000 sendmail[26302]: NOQUEUE: Null connection from pike.wp.infomng.com [10.132.52.12]&lt;BR /&gt;Jun 16 07:28:02 hp9000 sendmail[26769]: NOQUEUE: Null connection from pike.wp.infomng.com [10.132.52.12]&lt;BR /&gt;Jun 16 07:33:10 hp9000 sendmail[3088]: NOQUEUE: Null connection from pike.wp.infomng.com [10.132.52.12]&lt;BR /&gt;&lt;BR /&gt;Instead, it looks like the relay=root@localhost instead of mailhost.domain.com.&lt;BR /&gt;Do I need  to reboot for this to take effect?&lt;BR /&gt;&lt;BR /&gt;--Scott&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Jun 2000 13:52:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-proxy/m-p/2426472#M1484</guid>
      <dc:creator>Scott D. Allen</dc:creator>
      <dc:date>2000-06-16T13:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail/proxy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-proxy/m-p/2426473#M1485</link>
      <description>Check your /etc/mail/sendmail.cw if this file exists, ensure that it contains only the hostname and not the fqn of the hosts otherwise, sendmail will assume that the local host is the relay.</description>
      <pubDate>Fri, 16 Jun 2000 17:06:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-proxy/m-p/2426473#M1485</guid>
      <dc:creator>TC ITEMS Unix Admin</dc:creator>
      <dc:date>2000-06-16T17:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail/proxy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-proxy/m-p/2426474#M1486</link>
      <description>Scott, if you issue&lt;BR /&gt;#sendmail -bs&lt;BR /&gt;does it return something that looks like this? &lt;BR /&gt;ESMTP Sendmail 8.8.6 (PHNE_17190)/8.8.6&lt;BR /&gt;&lt;BR /&gt;After the slash, is it the same version number?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If not, try this&lt;BR /&gt;mv /etc/mail/sendmail.cf /etc/mail/sendmail.bak&lt;BR /&gt;cp /usr/newconfig/etc/mail/sendmail.cf /etc/mail&lt;BR /&gt;&lt;BR /&gt;vi this /etc/mail/sendmail file and set the DS and Dj$w again.&lt;BR /&gt;&lt;BR /&gt;Check your sendmail.cw &amp;gt;&amp;gt;&lt;BR /&gt;localhost&lt;BR /&gt;shortname of this host&lt;BR /&gt;shortname. of this host&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/sendmail stop&lt;BR /&gt;/sbin/init.d/sendmail start&lt;BR /&gt;&lt;BR /&gt;Berlene &lt;BR /&gt;Berlene &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Jun 2000 17:07:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-proxy/m-p/2426474#M1486</guid>
      <dc:creator>Berlene Herren</dc:creator>
      <dc:date>2000-06-16T17:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail/proxy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-proxy/m-p/2426475#M1487</link>
      <description>It does return those the same version 8.8.6....&lt;BR /&gt;# sendmail -bs&lt;BR /&gt;220 hp9000. ESMTP Sendmail 8.8.6 (PHNE_17135)/8.8.6; Fri, 16 Jun 2000 11:08:31 -0700 (PDT)&lt;BR /&gt;quit&lt;BR /&gt;221 hp9000. closing connection&lt;BR /&gt;# &lt;BR /&gt;&lt;BR /&gt;My sendmail.cw has&lt;BR /&gt;localhost&lt;BR /&gt;host&lt;BR /&gt;host.&lt;BR /&gt;&lt;BR /&gt;My sendmail.cf has&lt;BR /&gt;Djhost.&lt;BR /&gt;DSmailhost.$m&lt;BR /&gt;&lt;BR /&gt;I've tried all combinations of Dj [host, host., host.domain.com, host.domain.com.] and still nothing. Everytime I do this I get the following when I try to send a message.....&lt;BR /&gt;&lt;BR /&gt;# sendmail -v sallen@infomanage.net&lt;BR /&gt;sallen@infomanage.net... infomanage.net: Name server timeout&lt;BR /&gt;sallen@infomanage.net... Transient parse error -- message queued for future delivery&lt;BR /&gt;hello tough guy.&lt;BR /&gt;&lt;BR /&gt;.&lt;BR /&gt;sallen@infomanage.net... queued&lt;BR /&gt;# exit&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It looks like a DNS issue. Is there a way to trick sendmail to just send everything not for @host onto my mailhost?&lt;BR /&gt;&lt;BR /&gt;--Scott&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Jun 2000 17:24:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-proxy/m-p/2426475#M1487</guid>
      <dc:creator>Scott D. Allen</dc:creator>
      <dc:date>2000-06-16T17:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail/proxy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-proxy/m-p/2426476#M1488</link>
      <description>Did you remember to /sbin/init.d/sendmail stop ; /sbin/init.d/sendmail start after you made your changes?&lt;BR /&gt;&lt;BR /&gt;Another thing you might want to try is to see if the relay is even accepting connections to port 25:&lt;BR /&gt;&lt;BR /&gt;# telnet mailhost 25&lt;BR /&gt;&lt;BR /&gt;helo hp9000&lt;BR /&gt;&lt;BR /&gt;mail from:&lt;ME&gt;&lt;BR /&gt;250 &lt;ME&gt;... Sender ok&lt;BR /&gt;rcpt to:&lt;YOU&gt;&lt;BR /&gt;250 &lt;YOU&gt;... Recipient ok&lt;BR /&gt;data&lt;BR /&gt;354 Enter mail, end with "." on a line by itself&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;see what you get after completing a test message ...&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;&lt;/YOU&gt;&lt;/YOU&gt;&lt;/ME&gt;&lt;/ME&gt;</description>
      <pubDate>Fri, 16 Jun 2000 17:55:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-proxy/m-p/2426476#M1488</guid>
      <dc:creator>TC ITEMS Unix Admin</dc:creator>
      <dc:date>2000-06-16T17:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail/proxy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-proxy/m-p/2426477#M1489</link>
      <description>Sounds like you need to configure a DNS root server.&lt;BR /&gt;Verify that a query to a root server is failing. A lookup on a bogus address will return a rcode = SERVFAIL. If the root name server is setup and responding correctly to a bogus address then a rcode = NXDOMAIN will be returned.&lt;BR /&gt; nslookup when no root server is available/configured &lt;BR /&gt;Default Name Server:  blauser&lt;BR /&gt;Address:  15.17.184.52&lt;BR /&gt;&lt;BR /&gt;&amp;gt; set type=mx&lt;BR /&gt;&amp;gt; set d2&lt;BR /&gt;&amp;gt; bogus.com       &lt;BR /&gt;...       &lt;BR /&gt;Got answer (27 bytes):&lt;BR /&gt;    HEADER:opcode = QUERY, id = 3, rcode = SERVFAIL&lt;BR /&gt;header flags:  response, want recursion, recursion avail.&lt;BR /&gt;questions = 1,  answers = 0,  authority records = 0,  additional = 0&lt;BR /&gt;QUESTIONS:  bogus.com, type = MX, class = IN     &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Berlene</description>
      <pubDate>Fri, 16 Jun 2000 19:14:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-proxy/m-p/2426477#M1489</guid>
      <dc:creator>Berlene Herren</dc:creator>
      <dc:date>2000-06-16T19:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail/proxy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-proxy/m-p/2426478#M1490</link>
      <description>Sounds like you need to configure a DNS root server.&lt;BR /&gt;Verify that a query to a root server is failing. A lookup on a bogus address will return a rcode = SERVFAIL. If the root name server is setup and responding correctly to a bogus address then a rcode = NXDOMAIN will be returned.&lt;BR /&gt; nslookup when no root server is available/configured &lt;BR /&gt;Default Name Server:  blauser&lt;BR /&gt;Address:  15.17.184.52&lt;BR /&gt;&lt;BR /&gt;&amp;gt; set type=mx&lt;BR /&gt;&amp;gt; set d2&lt;BR /&gt;&amp;gt; bogus.com       &lt;BR /&gt;...       &lt;BR /&gt;Got answer (27 bytes):&lt;BR /&gt;    HEADER:opcode = QUERY, id = 3, rcode = SERVFAIL&lt;BR /&gt;header flags:  response, want recursion, recursion avail.&lt;BR /&gt;questions = 1,  answers = 0,  authority records = 0,  additional = 0&lt;BR /&gt;QUESTIONS:  bogus.com, type = MX, class = IN     &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Berlene</description>
      <pubDate>Fri, 16 Jun 2000 19:15:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-proxy/m-p/2426478#M1490</guid>
      <dc:creator>Berlene Herren</dc:creator>
      <dc:date>2000-06-16T19:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail/proxy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-proxy/m-p/2426479#M1491</link>
      <description>Alright guys. I found my problem. It was actually my own fault. I was too busy playing around with sendmail.cf/w to pay any attention to the nsswitch.conf file.....getting away from the problem over the weekend helped.&lt;BR /&gt;&lt;BR /&gt;/etc/nsswitch.conf:&lt;BR /&gt;hosts: files[NOTFOUND=return UNAVAIL=return TRYAGAIN=return]&lt;BR /&gt;&lt;BR /&gt;Previously, I had an entry for dns in there also because (supposedly) the dns server was working......it wasn't so it was giving me the "transient error:" stuff (same as Doug).&lt;BR /&gt;&lt;BR /&gt;Now, it gives me a nice, clean sendmail message like.....&lt;BR /&gt;$ sendmail -v sallen@infomanage.net&lt;BR /&gt;hello everyone!!!&lt;BR /&gt;&lt;BR /&gt;.&lt;BR /&gt;sallen@infomanage.net... Connecting to mailhost.tycom.com via relay...&lt;BR /&gt;220 proxy-irv.domain.com ESMTP Server (Microsoft Exchange Internet Mail Service 5.5.2448.0) ready&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; EHLO hp9000.domain.com&lt;BR /&gt;250-proxy-irv.domain.com Hello [cpl-hsrp-sub001.nts.uci.edu]&lt;BR /&gt;250-XEXCH50&lt;BR /&gt;250-HELP&lt;BR /&gt;250-ETRN&lt;BR /&gt;250-DSN&lt;BR /&gt;250-SIZE 0&lt;BR /&gt;250-AUTH LOGIN&lt;BR /&gt;250-AUTH=LOGIN&lt;BR /&gt;250-STARTTLS&lt;BR /&gt;250 TLS&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; MAIL From:&lt;IMCSA&gt; SIZE=19&lt;BR /&gt;250 OK - mail from &lt;IMCSA&gt;; can accomodate 19 bytes&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; RCPT To:&lt;SALLEN&gt;&lt;BR /&gt;250 OK - Recipient &lt;SALLEN&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; DATA&lt;BR /&gt;354 Send data.  End with CRLF.CRLF&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; .&lt;BR /&gt;250 OK&lt;BR /&gt;sallen@infomanage.net... Sent (OK)&lt;BR /&gt;Closing connection to mailhost.domain.com&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; QUIT&lt;BR /&gt;221 closing connection&lt;BR /&gt;&lt;BR /&gt;Looks good! Thanks to all who helped.&lt;BR /&gt;&lt;BR /&gt;--Scott&lt;BR /&gt;PS.&lt;BR /&gt;My sendmail.cw had just localhost, hp9000, hp9000. and my sendmail.cf had Djhp9000.domain.com and DSmailhost.domain.com&lt;BR /&gt;&lt;BR /&gt;&lt;/SALLEN&gt;&lt;/SALLEN&gt;&lt;/IMCSA&gt;&lt;/IMCSA&gt;</description>
      <pubDate>Mon, 19 Jun 2000 13:19:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-proxy/m-p/2426479#M1491</guid>
      <dc:creator>Scott D. Allen</dc:creator>
      <dc:date>2000-06-19T13:19:18Z</dc:date>
    </item>
  </channel>
</rss>

