<?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 problem! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2826769#M581085</link>
    <description>DS&lt;IP address=""&gt; works also,&lt;BR /&gt;Your timeout DNS means that you resolv.conf isn't properly configured. In the host file, &lt;BR /&gt;add hostb fully, I mean with the domain extension !!&lt;BR /&gt;192.168.100.1 hostb.domain.com&lt;BR /&gt;&lt;BR /&gt;hope that help&lt;BR /&gt;Benoit&lt;/IP&gt;</description>
    <pubDate>Fri, 18 Oct 2002 06:50:31 GMT</pubDate>
    <dc:creator>benoit Bruckert</dc:creator>
    <dc:date>2002-10-18T06:50:31Z</dc:date>
    <item>
      <title>Sendmail problem!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2826758#M581074</link>
      <description>Sendmail 8.9.3 running on HP-UX11.00. Network config are as follows:&lt;BR /&gt;Hostname: hosta&lt;BR /&gt;IP address: 192.168.0.1&lt;BR /&gt;Mask: 255.255.255.0&lt;BR /&gt;Default Gateway: 192.168.0.2&lt;BR /&gt;This server can't send mails directly to Internet. But it can connect to hostb.&lt;BR /&gt;&lt;BR /&gt;Another SMTP server's IP address is 192.168.100.1 (hostb,255.255.255.0). This server can send all mails to Internet. And it allows smtp relay from hosta.&lt;BR /&gt;&lt;BR /&gt;I want to send emails from hosta through hostb to Internet. How to config my sendmail.cf file?&lt;BR /&gt;&lt;BR /&gt;Another other attentions must I pay?&lt;BR /&gt;&lt;BR /&gt;TKS a lot.&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Oct 2002 07:54:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2826758#M581074</guid>
      <dc:creator>Fragon</dc:creator>
      <dc:date>2002-10-16T07:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail problem!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2826759#M581075</link>
      <description>Hi,&lt;BR /&gt;You just have to specify the DS macro :&lt;BR /&gt;edit sendmail.cf,&lt;BR /&gt;add :&lt;BR /&gt;# "Smart" relay host (may be null)&lt;BR /&gt;DShostb.domain.com&lt;BR /&gt;&lt;BR /&gt;restart sendmail,&lt;BR /&gt;it should work...&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Oct 2002 08:36:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2826759#M581075</guid>
      <dc:creator>benoit Bruckert</dc:creator>
      <dc:date>2002-10-16T08:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail problem!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2826760#M581076</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I want to send emails from hosta through&lt;BR /&gt;&amp;gt; hostb to Internet. How to config my &lt;BR /&gt;&amp;gt; sendmail.cf file?&lt;BR /&gt;&lt;BR /&gt;well preferably :-)&lt;BR /&gt;&lt;BR /&gt;1) if you use DNS&lt;BR /&gt;hostb must be MX in DNS.&lt;BR /&gt;&lt;BR /&gt;2) if you don't use DNS&lt;BR /&gt;add hostb in /etc/hosts and alias mailhost in the same line :&lt;BR /&gt;192.168.100.1 hostb mailhost&lt;BR /&gt;&lt;BR /&gt;add :&lt;BR /&gt;DRhostb&lt;BR /&gt;DShostb&lt;BR /&gt;in sendmail.cf&lt;BR /&gt;&lt;BR /&gt;restart sendmail daemon.&lt;BR /&gt;&lt;BR /&gt;try the config with :&lt;BR /&gt;mailx -v email&lt;BR /&gt;&lt;BR /&gt;see &lt;A href="http://www.sendmail.org" target="_blank"&gt;http://www.sendmail.org&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Beacreful, the ways of the sendmail are impenetrable :-)&lt;BR /&gt;&lt;BR /&gt;Good Luck&lt;BR /&gt;&lt;BR /&gt;Jean-Yves&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Oct 2002 08:42:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2826760#M581076</guid>
      <dc:creator>jean-yves poch</dc:creator>
      <dc:date>2002-10-16T08:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail problem!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2826761#M581077</link>
      <description>In your sendmail.cf file&lt;BR /&gt;&lt;BR /&gt; Dj$w.&lt;DOMAINNAME&gt;&lt;BR /&gt;DS&lt;SMTP servername=""&gt;&lt;BR /&gt;&lt;BR /&gt;Restart your sendmail &lt;BR /&gt;/sbin/init.d/sendmail stop &amp;amp; start.&lt;BR /&gt;&lt;BR /&gt;The important thing is that&lt;BR /&gt;you should be able to do a nslookup of hostb from hosta.&lt;BR /&gt;That should be the important thing.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/SMTP&gt;&lt;/DOMAINNAME&gt;</description>
      <pubDate>Wed, 16 Oct 2002 08:45:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2826761#M581077</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-10-16T08:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail problem!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2826762#M581078</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;in the hosta sendmail.cf set :&lt;BR /&gt;DShostb&lt;BR /&gt;&lt;BR /&gt;If you use DNS name resolution on hosta you may also need to modify the following lines in sendmail.cf to avoid internet name resolution from hosta:&lt;BR /&gt;&lt;BR /&gt;comment out the line:&lt;BR /&gt;# pass to name server to make hostname canonical&lt;BR /&gt;R$* $| $* &amp;lt; @ $* &amp;gt; $*          $: $2 &amp;lt; @ $[ $3 $] &amp;gt; $4&lt;BR /&gt;&lt;BR /&gt;and change each of the mailers to have the 0 flag like:, &lt;BR /&gt;Msmtp,P=[IPC],F=0mDFMuX, S=EnvFromSMTP/HdrFromSMTP .....&lt;BR /&gt;&lt;BR /&gt;I had this problem a couple of weeks ago, now it works fine !!&lt;BR /&gt;&lt;BR /&gt;Emmanuel</description>
      <pubDate>Wed, 16 Oct 2002 14:56:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2826762#M581078</guid>
      <dc:creator>Mercadie</dc:creator>
      <dc:date>2002-10-16T14:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail problem!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2826763#M581079</link>
      <description>I think if u vi /etc/sendamil.cf you can see where to specify the smtps server . Also u need to stop and retart the senamil daemon . &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Make sure on host A if u do a ping smtp server or the IP adres you should be able to go through . incase that is not happening then u have to add entry in /etc/hosts file so that it works .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Wed, 16 Oct 2002 19:18:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2826763#M581079</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-10-16T19:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail problem!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2826764#M581080</link>
      <description>I have configued all files  concerned, but when I send the mail to the Internet  in hosta, there is errors.&lt;BR /&gt;#sendmail -v hpux@hp.com&lt;BR /&gt;hp.com: Name server timeout.&lt;BR /&gt;...&lt;BR /&gt;Why?&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Oct 2002 09:21:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2826764#M581080</guid>
      <dc:creator>Fragon</dc:creator>
      <dc:date>2002-10-17T09:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail problem!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2826765#M581081</link>
      <description>&lt;BR /&gt;do this as a test:&lt;BR /&gt;&lt;BR /&gt;nslookup hp.com&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Thu, 17 Oct 2002 10:24:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2826765#M581081</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-10-17T10:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail problem!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2826766#M581082</link>
      <description>And just as a last comment, sending emails on the internet are still free.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Thu, 17 Oct 2002 10:29:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2826766#M581082</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-10-17T10:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail problem!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2826767#M581083</link>
      <description>It is trying to resolve the external hostname to which you are sending mail addresses.make sure u have hp.com entry in your DNS.&lt;BR /&gt;&lt;BR /&gt;nslookup hp.com&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;should resolve&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Revert&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Oct 2002 11:04:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2826767#M581083</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-10-17T11:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail problem!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2826768#M581084</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Check :&lt;BR /&gt;&lt;BR /&gt;1) the /etc/resolv.conf file&lt;BR /&gt;+&lt;BR /&gt;nslookup &lt;A href="http://www.hp.com" target="_blank"&gt;www.hp.com&lt;/A&gt;&lt;BR /&gt;ping &lt;A href="http://www.hp.com" target="_blank"&gt;www.hp.com&lt;/A&gt;&lt;BR /&gt;traceroute &lt;A href="http://www.hp.com" target="_blank"&gt;www.hp.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Who is the DNS servers ?&lt;BR /&gt;&lt;BR /&gt;The MX is OK ?&lt;BR /&gt;&lt;BR /&gt;2) /etc/nsswitch.conf&lt;BR /&gt;check 'dns' in line host&lt;BR /&gt;&lt;BR /&gt;3) Firewall ?&lt;BR /&gt;the firewall must be authorize the port 53/udp&lt;BR /&gt;and 53/tcp and port 25 (smtp) &lt;BR /&gt;53 = port DNS in /etc/services&lt;BR /&gt;udp = client/server communication&lt;BR /&gt;tcp = primary/secondary communication&lt;BR /&gt;&lt;BR /&gt;4) Is what you use a proxy (WEB, DNS) on your DMZ?  &lt;BR /&gt;&lt;BR /&gt;5) If the DNS is OK&lt;BR /&gt;&lt;BR /&gt;try : &lt;BR /&gt;mailx -v hosta&lt;BR /&gt;....&lt;BR /&gt;.&lt;BR /&gt;mailx -v hostb&lt;BR /&gt;....&lt;BR /&gt;.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Oct 2002 12:00:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2826768#M581084</guid>
      <dc:creator>jean-yves poch</dc:creator>
      <dc:date>2002-10-17T12:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail problem!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2826769#M581085</link>
      <description>DS&lt;IP address=""&gt; works also,&lt;BR /&gt;Your timeout DNS means that you resolv.conf isn't properly configured. In the host file, &lt;BR /&gt;add hostb fully, I mean with the domain extension !!&lt;BR /&gt;192.168.100.1 hostb.domain.com&lt;BR /&gt;&lt;BR /&gt;hope that help&lt;BR /&gt;Benoit&lt;/IP&gt;</description>
      <pubDate>Fri, 18 Oct 2002 06:50:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2826769#M581085</guid>
      <dc:creator>benoit Bruckert</dc:creator>
      <dc:date>2002-10-18T06:50:31Z</dc:date>
    </item>
  </channel>
</rss>

