<?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 sendmail in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3087232#M573203</link>
    <description>I am getting an error in my sendmail log:&lt;BR /&gt;&lt;BR /&gt;ruleset=check_mail, arg1=&lt;FAXSR&gt;&lt;/FAXSR&gt;AmericanID.com&amp;gt;, relay=fax [192.168.1.30], reject=501 Sender domain must exist&lt;BR /&gt;&lt;BR /&gt;and when I restart sendmail:&lt;BR /&gt; root  1473     1  0 13:07:42 ?         0:00 sendmail: server fax [192.168.1.&lt;BR /&gt;30] cmd read&lt;BR /&gt; &lt;BR /&gt;this comes up.&lt;BR /&gt;What file am I missing an entry in for this?&lt;BR /&gt;</description>
    <pubDate>Tue, 07 Oct 2003 13:22:26 GMT</pubDate>
    <dc:creator>Linda Lux</dc:creator>
    <dc:date>2003-10-07T13:22:26Z</dc:date>
    <item>
      <title>sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3087232#M573203</link>
      <description>I am getting an error in my sendmail log:&lt;BR /&gt;&lt;BR /&gt;ruleset=check_mail, arg1=&lt;FAXSR&gt;&lt;/FAXSR&gt;AmericanID.com&amp;gt;, relay=fax [192.168.1.30], reject=501 Sender domain must exist&lt;BR /&gt;&lt;BR /&gt;and when I restart sendmail:&lt;BR /&gt; root  1473     1  0 13:07:42 ?         0:00 sendmail: server fax [192.168.1.&lt;BR /&gt;30] cmd read&lt;BR /&gt; &lt;BR /&gt;this comes up.&lt;BR /&gt;What file am I missing an entry in for this?&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Oct 2003 13:22:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3087232#M573203</guid>
      <dc:creator>Linda Lux</dc:creator>
      <dc:date>2003-10-07T13:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3087233#M573204</link>
      <description>I have verified that the domain DOES exist.&lt;BR /&gt; &lt;BR /&gt;The problem is probably with the DNS configuration of teh mail relay server.&lt;BR /&gt; &lt;BR /&gt;That server needs to have its DNS connections checked. If its a Unix box, /etc/resolv.conf and or /etc/nsswitch.com should be checked.&lt;BR /&gt; &lt;BR /&gt;SEP</description>
      <pubDate>Tue, 07 Oct 2003 13:29:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3087233#M573204</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-10-07T13:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3087234#M573205</link>
      <description>Hi Linda,&lt;BR /&gt; &lt;BR /&gt;Believe this is being rejected because sendmail is not able to resolve an MX record for that 192.168.1.30 IP - the sender.&lt;BR /&gt;If you're using that faxserver to handle e-mail, you have to get it into DNS with an MX record. Sendmail is *very* picky about name resolution - in both directions - and rightly so. That's how spammers work.&lt;BR /&gt; &lt;BR /&gt;Rgds,&lt;BR /&gt;Jef</description>
      <pubDate>Tue, 07 Oct 2003 13:33:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3087234#M573205</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-10-07T13:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3087235#M573206</link>
      <description>should i have an entry in the resolv.conf&lt;BR /&gt;nameserver 192.168.1.30&lt;BR /&gt;?&lt;BR /&gt;&lt;BR /&gt;in my nsswitch.conf files I have&lt;BR /&gt;&lt;BR /&gt;hosts:         files&lt;BR /&gt;&lt;BR /&gt;Linda&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Oct 2003 13:35:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3087235#M573206</guid>
      <dc:creator>Linda Lux</dc:creator>
      <dc:date>2003-10-07T13:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3087236#M573207</link>
      <description>After re-reading the message, you might get further diagnosis from the following command:&lt;BR /&gt; &lt;BR /&gt;sendmail -v -d8.99 -d38.99 FaxSr@AmericanID.com&lt;BR /&gt;type some text&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt;.&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;Also, nslookup on the source server.&lt;BR /&gt;check for type MX.&lt;BR /&gt; &lt;BR /&gt;SEP&lt;/ENTER&gt;&lt;/ENTER&gt;</description>
      <pubDate>Tue, 07 Oct 2003 13:37:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3087236#M573207</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-10-07T13:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3087237#M573208</link>
      <description>nsswitch.conf is set to files.&lt;BR /&gt; &lt;BR /&gt;Name resolution will take place in /etc/hosts only.&lt;BR /&gt; &lt;BR /&gt;change nsswitch.conf to files,dns&lt;BR /&gt; &lt;BR /&gt;Then you need to put a valid dns server in /etc/resolv.conf  If the 192.168.1.30 server returns a valid answer for yahoo.com or americanid.com then yes, if not, see network administration for a valid one.&lt;BR /&gt; &lt;BR /&gt;Your firewall may let you resolve dns on an outside DNS server provided by your ISP.  More likely there is an internal one, which must be pointed at in /etc/resolv.conf&lt;BR /&gt; &lt;BR /&gt;SEP</description>
      <pubDate>Tue, 07 Oct 2003 13:40:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3087237#M573208</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-10-07T13:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3087238#M573209</link>
      <description>Use this command to verify the destination alias with the SMTP server.  This command queries the STMP server and it responds with user known or unknown.&lt;BR /&gt; &lt;BR /&gt;sendmail -v you@your_domain.com &amp;lt; /dev/null&lt;BR /&gt; &lt;BR /&gt;-or-&lt;BR /&gt; &lt;BR /&gt;sendmail -bv you@your_domain.com &amp;lt; /dev/null</description>
      <pubDate>Tue, 07 Oct 2003 13:42:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3087238#M573209</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-10-07T13:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3087239#M573210</link>
      <description>If you are having DNS setup in your Network then Nsswitch.conf should have entry similar to this.&lt;BR /&gt;hosts: files [NOTFOUND=continue UNAVAIL=continue] dns [NOTFOUND=return UNAVAIL=continue TRYAGAIN=return]&lt;BR /&gt;&lt;BR /&gt;and resolv.conf should have&lt;BR /&gt;domain yourdomain.com&lt;BR /&gt;nameserver ip address   # Primary Name Server&lt;BR /&gt;nameserver Ip address   # Secondary Name &lt;BR /&gt;&lt;BR /&gt;Goodluck.&lt;BR /&gt;-USA..</description>
      <pubDate>Tue, 07 Oct 2003 13:42:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3087239#M573210</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2003-10-07T13:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3087240#M573211</link>
      <description>I'm sorry.  You're obviously not getting the response that you're looking for.  So could you go to the mail.log file and copy / paste in the errors?  Thanks!&lt;BR /&gt; &lt;BR /&gt;tail /var/adm/syslog/mail.log</description>
      <pubDate>Tue, 07 Oct 2003 14:17:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3087240#M573211</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-10-07T14:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3087241#M573212</link>
      <description>here is the linse of errors&lt;BR /&gt;&lt;BR /&gt;Oct  7 13:07:40 K460 sendmail[13880]: NOQUEUE: timeout waiting for input from fa&lt;BR /&gt;x during server cmd read&lt;BR /&gt;&lt;BR /&gt;Oct  7 13:07:43 K460 sendmail[1476]: NAA01476: ruleset=check_mail, arg1=&lt;FAXSR&gt;&lt;/FAXSR&gt;mericanID.com&amp;gt;, relay=fax [192.168.1.30], reject=501 Sender domain must exist&lt;BR /&gt;&lt;BR /&gt;Oct  7 13:07:43 K460 sendmail[1476]: NAA01476: from=&lt;FAXSR&gt;, size&lt;BR /&gt;=0, class=0, pri=0, nrcpts=0, proto=SMTP, relay=fax [192.168.1.30]&lt;BR /&gt;&lt;/FAXSR&gt;</description>
      <pubDate>Tue, 07 Oct 2003 14:55:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3087241#M573212</guid>
      <dc:creator>Linda Lux</dc:creator>
      <dc:date>2003-10-07T14:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3087242#M573213</link>
      <description>Please run a traceroute to the dest. domain.  Note the router.  Maybe add a static route so the router knows where to go.</description>
      <pubDate>Tue, 07 Oct 2003 15:01:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3087242#M573213</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-10-07T15:01:56Z</dc:date>
    </item>
  </channel>
</rss>

