<?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 relay server problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay-server-problem/m-p/3363624#M859201</link>
    <description>I had the same problem with my sendmail configuration. I've just followed this thread and implemented the recommendation to check the settings in SAM and it magically started working - good tip!</description>
    <pubDate>Mon, 22 Nov 2004 12:06:08 GMT</pubDate>
    <dc:creator>alec pringle</dc:creator>
    <dc:date>2004-11-22T12:06:08Z</dc:date>
    <item>
      <title>sendmail relay server problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay-server-problem/m-p/3363613#M859190</link>
      <description>I'm getting a problem with relaying name server resolution. The "Chaoam03.com" acts as relay server.  &lt;BR /&gt;&lt;BR /&gt;1) In sendmail, the relay server is defined as&lt;BR /&gt;     "DSchaoam03.com"&lt;BR /&gt;2) The output of "nslookup chaoam03.com" is &lt;BR /&gt;      Name:    chaoam03.com&lt;BR /&gt;      Address:  10.20.2.31&lt;BR /&gt;3) when I try to run command "/usr/sbin/sendmail -v a@tca.com"  I got the error "tca name server timeout". It seems the "tca" can not be resolved. &lt;BR /&gt;&lt;BR /&gt;  I can telnet to chaoam03.com on port 25 only. cannot ping.  Does the connection to relay server must be fully reachable to do name resolution?</description>
      <pubDate>Mon, 23 Aug 2004 22:37:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay-server-problem/m-p/3363613#M859190</guid>
      <dc:creator>apichart</dc:creator>
      <dc:date>2004-08-23T22:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail relay server problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay-server-problem/m-p/3363614#M859191</link>
      <description>YOu need to first check whether u are using a DNS for name resolution or the local hosts file.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Aug 2004 00:58:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay-server-problem/m-p/3363614#M859191</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2004-08-24T00:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail relay server problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay-server-problem/m-p/3363615#M859192</link>
      <description>By default the sendmail looks for a nameserver and make sure that you have configured a name server for lookups</description>
      <pubDate>Tue, 24 Aug 2004 01:00:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay-server-problem/m-p/3363615#M859192</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2004-08-24T01:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail relay server problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay-server-problem/m-p/3363616#M859193</link>
      <description>in nssswitch.conf, I have&lt;BR /&gt;hosts:  files [NOTFOUND=continue] dns&lt;BR /&gt;&lt;BR /&gt;in /etc/hosts, &lt;BR /&gt;192.168.9.120   abc  xxx.com&lt;BR /&gt;10.20.2.31      chaoam03.com&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;no definition of tca.com.</description>
      <pubDate>Tue, 24 Aug 2004 01:12:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay-server-problem/m-p/3363616#M859193</guid>
      <dc:creator>apichart</dc:creator>
      <dc:date>2004-08-24T01:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail relay server problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay-server-problem/m-p/3363617#M859194</link>
      <description>Yes,the problem is because of this,the sendmail looks for a default nameserver but you do not have one.&lt;BR /&gt;&lt;BR /&gt;You will have to do some modifications in the sendmail.cf file to tell sendmail not to use DNS.&lt;BR /&gt;&lt;BR /&gt;else you will have to use a DNS server for the lookups.&lt;BR /&gt;&lt;BR /&gt;There is a good doc on the itrc ,check that out&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000065255439" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000065255439&lt;/A&gt;</description>
      <pubDate>Tue, 24 Aug 2004 01:17:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay-server-problem/m-p/3363617#M859194</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2004-08-24T01:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail relay server problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay-server-problem/m-p/3363618#M859195</link>
      <description>I did follow the document you kindly posted. I still get a problem when excuting the command.&lt;BR /&gt;#echo "Hi" | /usr/sbin/sendmail -v xxx@tac.com&lt;BR /&gt;&lt;BR /&gt;xxx@tac.com... Connecting to chaoam03.com via relay...&lt;BR /&gt;220 chaoam03.comMicrosoft ESMTP MAIL Service, Version: 5.0.2195.5329 ready at  Tue, 24 Aug 2004 14:04:21 +0700 &lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; EHLO smsdtac. &lt;BR /&gt;501 5.5.4 Invalid Address&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; HELO smsdtac.&lt;BR /&gt;501 5.5.4 Invalid Address&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;What doesn the error above mean? &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Aug 2004 02:11:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay-server-problem/m-p/3363618#M859195</guid>
      <dc:creator>apichart</dc:creator>
      <dc:date>2004-08-24T02:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail relay server problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay-server-problem/m-p/3363619#M859196</link>
      <description>This most likely means that the destination system does not have a valid DNS/host name for your machine. Try logging on to it from your system and run "who am i".&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Aug 2004 02:36:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay-server-problem/m-p/3363619#M859196</guid>
      <dc:creator>Andrew Cowan</dc:creator>
      <dc:date>2004-08-25T02:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail relay server problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay-server-problem/m-p/3363620#M859197</link>
      <description>Not sure from your last post if the system you're trying to get to is tca or tac. If your not using DNS I'd attempt to get the ip address for tca(or tac).com and add it to your hosts file. I'd then run a basic telnet to port 25 as follows;&lt;BR /&gt;&lt;BR /&gt;telnet &lt;IP address="" or="" hostname=""&gt; 25&lt;BR /&gt;HELO &lt;IP address="" or="" host="" name=""&gt;&lt;BR /&gt;MAIL FROM:root@chaom03.com&lt;BR /&gt;RCPT TO:root@tac(tca).com&lt;BR /&gt;DATA&lt;BR /&gt;This is a test&lt;BR /&gt;.&lt;BR /&gt;Quit&lt;BR /&gt;You'll know right away if you can talk to the system your attempting to reach and if it will relay mail.&lt;BR /&gt;&lt;/IP&gt;&lt;/IP&gt;</description>
      <pubDate>Wed, 25 Aug 2004 07:32:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay-server-problem/m-p/3363620#M859197</guid>
      <dc:creator>Joe White</dc:creator>
      <dc:date>2004-08-25T07:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail relay server problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay-server-problem/m-p/3363621#M859198</link>
      <description>What is listed in your /etc/resolv.conf?  &lt;BR /&gt;&lt;BR /&gt;Try taking DNS out of the picture.&lt;BR /&gt;&lt;BR /&gt;1.  Rename /etc/resolv.conf&lt;BR /&gt;&lt;BR /&gt;2.  Your hosts line in /etc/nsswitch.conf should read&lt;BR /&gt;&lt;BR /&gt;hosts:  files&lt;BR /&gt;&lt;BR /&gt;Place your relay in /etc/hosts file and make sure you can resolve it.&lt;BR /&gt;&lt;BR /&gt;Test sendmail again.&lt;BR /&gt;&lt;BR /&gt;Berlene</description>
      <pubDate>Wed, 25 Aug 2004 07:35:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay-server-problem/m-p/3363621#M859198</guid>
      <dc:creator>Berlene Herren</dc:creator>
      <dc:date>2004-08-25T07:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail relay server problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay-server-problem/m-p/3363622#M859199</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try the next trick. In your /etc/hosts file add the folloging line:&lt;BR /&gt;10.20.2.31 tca.com&lt;BR /&gt;&lt;BR /&gt;The same procedure must be done for any external requested domain.&lt;BR /&gt;&lt;BR /&gt;Rgds.</description>
      <pubDate>Thu, 07 Oct 2004 09:02:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay-server-problem/m-p/3363622#M859199</guid>
      <dc:creator>Jose Mosquera</dc:creator>
      <dc:date>2004-10-07T09:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail relay server problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay-server-problem/m-p/3363623#M859200</link>
      <description>I have seen this problem before. &lt;BR /&gt;&lt;BR /&gt;Even though you edit nsswitch.conf, mail doesn't seem to get reconfigured. &lt;BR /&gt;&lt;BR /&gt;Go into SAM, Networks and Communications, Name Service Switch, and configure hosts to the way you expect it. &lt;BR /&gt;&lt;BR /&gt;Oh, when it prompts you to reboot, say No. It's not necessary.&lt;BR /&gt;&lt;BR /&gt;When you bring up the name switch menu in SAM, it may look correct, but when you select "hosts", then go to configure, you may find it's looking up NIS first. Fix it, then all should be well. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Oct 2004 14:17:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay-server-problem/m-p/3363623#M859200</guid>
      <dc:creator>Steven Hargus_3</dc:creator>
      <dc:date>2004-10-19T14:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail relay server problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay-server-problem/m-p/3363624#M859201</link>
      <description>I had the same problem with my sendmail configuration. I've just followed this thread and implemented the recommendation to check the settings in SAM and it magically started working - good tip!</description>
      <pubDate>Mon, 22 Nov 2004 12:06:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay-server-problem/m-p/3363624#M859201</guid>
      <dc:creator>alec pringle</dc:creator>
      <dc:date>2004-11-22T12:06:08Z</dc:date>
    </item>
  </channel>
</rss>

