<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3109651#M573786</link>
    <description>In that case what you need to do is make sure the following command works:&lt;BR /&gt;nslookup -type=mx ig.com.br&lt;BR /&gt;&lt;BR /&gt;If not, first make sure DNS is working correctly.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 04 Nov 2003 09:32:41 GMT</pubDate>
    <dc:creator>Elmar P. Kolkman</dc:creator>
    <dc:date>2003-11-04T09:32:41Z</dc:date>
    <item>
      <title>SENDMAIL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3109646#M573781</link>
      <description>I have a server where use the sendmail to send external email, initiated an error of smtp Carried through the following procedures &lt;BR /&gt;a) Recriei the archive sendmail.cf &lt;BR /&gt;b) Alterei aliases for 644&lt;BR /&gt;c) sendmail - bi (to inicializar sendmail.db) d) sendmail stop &lt;BR /&gt;e) sendmail start &lt;BR /&gt;the command that usto to order a external email: &lt;BR /&gt;# mailx -s "UNIX_diversey" -r UNIX_Diversey duarte_d@ig.com.br &amp;lt; /dev/null&lt;BR /&gt;null message body; hope thatÂ´s ok&lt;BR /&gt;&lt;BR /&gt;when I apply the command&lt;BR /&gt;# sendmail -bv -v -oL10 duarte_d@ig.com.br&lt;BR /&gt;it returns &lt;BR /&gt;duarte_d@ig.com.br...ig.com.br: name server timeout&lt;BR /&gt;duarte_d@ig.com.br...transient parse error - message queued for future delivery&lt;BR /&gt;duarte_d@ig.com.br...deliverable:mailer smtp, host ig.com.br, user duarte_d@ig.com.br&lt;BR /&gt;&lt;BR /&gt;I am finding that it is two causes, error of TCP or error in the binario of the sendmail. In case that they can guide me where I can configure or what I can make. Detail: the error started apos one reboot in scheme</description>
      <pubDate>Tue, 04 Nov 2003 07:27:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3109646#M573781</guid>
      <dc:creator>Daniel Duarte</dc:creator>
      <dc:date>2003-11-04T07:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: SENDMAIL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3109647#M573782</link>
      <description>sendmail needs to be able to resolve the host where the mail is sent to. The address that comes back is not important when you have a smart relay, as long the host is resolvable. This is a security related issue.&lt;BR /&gt;&lt;BR /&gt;So, if you want to send mail to users at ig.com.br, you need to be able to resolv that. What we have done here for this, is add ig.com.br to /etc/hosts with a dummy IP address. Try adding it with IP address 1.1.1.1 and see if this solves your problem.&lt;BR /&gt;&lt;BR /&gt;If you don't have a smart relay (DS entry in sendmail.cf), you will have to verify the address and if it is correct, check the DNS setup. You should be able to lookup the address.</description>
      <pubDate>Tue, 04 Nov 2003 07:48:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3109647#M573782</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2003-11-04T07:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: SENDMAIL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3109648#M573783</link>
      <description>I had configured etc/hosts as the DNS of the email server and inserted line DS of the archive inside sendmail.cf</description>
      <pubDate>Tue, 04 Nov 2003 08:00:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3109648#M573783</guid>
      <dc:creator>Daniel Duarte</dc:creator>
      <dc:date>2003-11-04T08:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: SENDMAIL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3109649#M573784</link>
      <description>What did you put after the DS in the sendmail.cf ??? If nothing, you won't use a smart relay, meaning the nslookup of ig.com.br has to be the real address, not the false one.&lt;BR /&gt;&lt;BR /&gt;Please send us the output of the following:&lt;BR /&gt;grep '^DS' /etc/mail/sendmail.cf&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Nov 2003 08:22:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3109649#M573784</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2003-11-04T08:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: SENDMAIL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3109650#M573785</link>
      <description>I have one I scheme that he has same configuracao of the sendmail, I copied the archive sendmail.cf for I scheme that this giving the error, the error continued. The email server is one schemes with system NT, will count a DNS, this DNS this configuring inside of etc/hosts the message one of the command that he requested was: &lt;BR /&gt;&lt;BR /&gt;DS &lt;BR /&gt;&lt;BR /&gt;It schemes it that this functioning has the same message&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Nov 2003 08:47:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3109650#M573785</guid>
      <dc:creator>Daniel Duarte</dc:creator>
      <dc:date>2003-11-04T08:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: SENDMAIL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3109651#M573786</link>
      <description>In that case what you need to do is make sure the following command works:&lt;BR /&gt;nslookup -type=mx ig.com.br&lt;BR /&gt;&lt;BR /&gt;If not, first make sure DNS is working correctly.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Nov 2003 09:32:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3109651#M573786</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2003-11-04T09:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: SENDMAIL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3109652#M573787</link>
      <description>A transient parse error usually involves your nameserver switch/resolv.conf.  If you are NOT using DNS, then ensure /etc/nsswitch.conf does exist and does not contain DNS in the host line.  At the same time, again, if not using DNS, ensure that /etc/resolv.conf does NOT exist.&lt;BR /&gt;&lt;BR /&gt;If you are using DNS, then try taking it out of the picture, using the DSmailhost.com (whatever the name of your smart host is), ensuring your can resolve that name.&lt;BR /&gt;&lt;BR /&gt;Berlene</description>
      <pubDate>Wed, 05 Nov 2003 06:46:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3109652#M573787</guid>
      <dc:creator>Berlene Herren</dc:creator>
      <dc:date>2003-11-05T06:46:20Z</dc:date>
    </item>
  </channel>
</rss>

