<?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 question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/2558743#M918092</link>
    <description>If you need to resolv domains, you need to configure DNS. Try to do a ping to remote machine using full name. &lt;BR /&gt;In resolv.conf you can especify where DNS server is. You need to configure this file if DNS is in local server or in remote server. If you don't do it, Local server uses /etc/host for resolve names. I don't know exactly procedure to configure DNS, but you can do it with SAM</description>
    <pubDate>Mon, 30 Jul 2001 15:13:27 GMT</pubDate>
    <dc:creator>David Navarro</dc:creator>
    <dc:date>2001-07-30T15:13:27Z</dc:date>
    <item>
      <title>sendmail question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/2558741#M918090</link>
      <description>Hello everybody.&lt;BR /&gt;i'm running on 3 HP 9000 server with HPUX 11.00 and the sendmail version is  8.7.1 (i think). the servers don't use NIS and DNS. These servers are on a DMZ. i want that these servers can send mail to a machine not on the same network and which uses DNS. i configure the sendmail.cf on the HP: &lt;BR /&gt;Dj$w.cars.com (the domain)&lt;BR /&gt;DSmail-relay.&lt;OFFICIAL domaine="" name=""&gt;.fr&lt;BR /&gt;DLcars.com&lt;BR /&gt;&lt;BR /&gt;the relay is in the /etc/hosts of the servers, sendmail stop and restart...&lt;BR /&gt;&lt;BR /&gt;i can send mail betwen my 3 servers but when i try to send a mail from one of the servers to the output (by the relay), it's not working. the mails stay in the queue and i can see the ligne:&lt;BR /&gt;MDefferred: Connection refused by  mail-relay.&lt;OFFICIAL domaine="" name=""&gt;.fr &lt;BR /&gt;&lt;BR /&gt;an when i try a telnet &lt;RELAY&gt; 25, the response is "unable to connect &lt;RELAY&gt;, connexion timed out&lt;BR /&gt;&lt;BR /&gt;i don' t understand the probleme.&lt;BR /&gt;If i want to use DNS to resolve MXrecord, what the procedure? files /etc/resolv.conf ? it's doesn't existe!&lt;BR /&gt;please help me.&lt;BR /&gt;&lt;BR /&gt;Thanks for all.&lt;BR /&gt; Thomas Mornet&lt;/RELAY&gt;&lt;/RELAY&gt;&lt;/OFFICIAL&gt;&lt;/OFFICIAL&gt;</description>
      <pubDate>Mon, 30 Jul 2001 14:50:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/2558741#M918090</guid>
      <dc:creator>mornet</dc:creator>
      <dc:date>2001-07-30T14:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/2558742#M918091</link>
      <description>If you can not telnet to the machine at port 25 then there are a couple of possibilities.&lt;BR /&gt;1.  Can you ping the machine at all?  If not it could be a route/router issue.&lt;BR /&gt;2.  You say these are in a DMZ, but is there a firewall blocking port 25?&lt;BR /&gt;3.  Does the host your connecting to does not have smtp running on port 25?&lt;BR /&gt;&lt;BR /&gt;Really this is all your initial problems.  If you can not get to port 25 on the relay host, there is no way to test your configuraion.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon</description>
      <pubDate>Mon, 30 Jul 2001 15:13:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/2558742#M918091</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2001-07-30T15:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/2558743#M918092</link>
      <description>If you need to resolv domains, you need to configure DNS. Try to do a ping to remote machine using full name. &lt;BR /&gt;In resolv.conf you can especify where DNS server is. You need to configure this file if DNS is in local server or in remote server. If you don't do it, Local server uses /etc/host for resolve names. I don't know exactly procedure to configure DNS, but you can do it with SAM</description>
      <pubDate>Mon, 30 Jul 2001 15:13:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/2558743#M918092</guid>
      <dc:creator>David Navarro</dc:creator>
      <dc:date>2001-07-30T15:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/2558744#M918093</link>
      <description>mornet,&lt;BR /&gt;&lt;BR /&gt;1.  Create the resolv.conf file with the following entries:&lt;BR /&gt;          domain &lt;A href="http://www.mydomain.com" target="_blank"&gt;www.mydomain.com&lt;/A&gt;&lt;BR /&gt;          nameserver xxx.xxx.xxx.xxx (primary dns)&lt;BR /&gt;          nameserver xxx.xxx.xxx.xxx (secondary dns)&lt;BR /&gt;&lt;BR /&gt;2.  permission on resolv.conf should be root:sys 644&lt;BR /&gt;&lt;BR /&gt;3.  modify hosts entry in the /etc/nsswitch.conf file.  Should look as follows:&lt;BR /&gt;&lt;BR /&gt;          hosts: files [NOTFOUND=continue] dns&lt;BR /&gt;&lt;BR /&gt;That should do it.  Now test it.&lt;BR /&gt;&lt;BR /&gt;nslookup &lt;A href="http://www.whatever.com" target="_blank"&gt;www.whatever.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;...jcd...</description>
      <pubDate>Mon, 30 Jul 2001 15:15:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/2558744#M918093</guid>
      <dc:creator>Joseph C. Denman</dc:creator>
      <dc:date>2001-07-30T15:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/2558745#M918094</link>
      <description>Hello your resolv.conf file should look like this. You can vi resolv.conf and add your information.&lt;BR /&gt;&lt;BR /&gt;domain yourdomain.net&lt;BR /&gt;nameserver ip.of.nameserver # external ns primary&lt;BR /&gt;nameserver ip.of.backup  # external ns backup&lt;BR /&gt;&lt;BR /&gt;You might also check your etc/hosts and make sure that both boxes have an entry for each other. And you can test by &lt;BR /&gt;#echo test | sendmail -v user@relaybox&lt;BR /&gt;If it fails post up what you get from that command. &lt;BR /&gt;&lt;BR /&gt;Richard&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Jul 2001 15:17:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/2558745#M918094</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2001-07-30T15:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/2558746#M918095</link>
      <description>The thing that worries me isthe connection refused when telneting to that port. There should have been a response from the smtp daemon binding to that port. That is your biggest problem. I would check to see if there are any firewall issues blocking your access to port 25. If not, see if daemon is running on relay.</description>
      <pubDate>Mon, 30 Jul 2001 23:41:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/2558746#M918095</guid>
      <dc:creator>Chris Stamps_1</dc:creator>
      <dc:date>2001-07-30T23:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/2558747#M918096</link>
      <description>-- when i try a telnet &lt;RELAY&gt; 25, the response is "unable to connect &lt;RELAY&gt;, connexion timed out ------------&lt;BR /&gt;&lt;BR /&gt;From here, maybe you router/firewall blocked the port 25 or the &lt;RELAY&gt; machines is not listening on port 25 or the machine is down.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you want the &lt;RELAY&gt; host to relay your mail , the &lt;RELAY&gt; host must accept the relay configuration ( that's allow relay mail from your site , this need some configuration ) . If the telnet problem is okay,then check this question.&lt;BR /&gt;&lt;BR /&gt;you can check it on one of your server by issue:&lt;BR /&gt;$sendmail -v username@&lt;RELLAY&gt; &lt;BR /&gt; and watch the output.&lt;BR /&gt;&lt;/RELLAY&gt;&lt;/RELAY&gt;&lt;/RELAY&gt;&lt;/RELAY&gt;&lt;/RELAY&gt;&lt;/RELAY&gt;</description>
      <pubDate>Tue, 31 Jul 2001 00:13:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/2558747#M918096</guid>
      <dc:creator>Frank Li</dc:creator>
      <dc:date>2001-07-31T00:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/2558748#M918097</link>
      <description>first of all,be sure that you do not have a router or firewall rule blocking port 25...&lt;BR /&gt;if not,then check these:&lt;BR /&gt;/etc/nsswitch.conf:(which source the gethostbyname() function may use to make the name_to_ip_look_up operation);/etc/hosts?,DNS?,NIS?&lt;BR /&gt;the entry should be something like this:&lt;BR /&gt;hosts: files [notfound=continue] dns&lt;BR /&gt;**************************************&lt;BR /&gt;(that is,if not in hosts file,try dns...)&lt;BR /&gt;&lt;BR /&gt;/etc/resolv.conf:(resolver information_with permission 644):&lt;BR /&gt;domain xxx.yyy.com&lt;BR /&gt;search xxx.yyy.com aaa.bbb.com ccc.ddd.com #if u have multiple domains&lt;BR /&gt;nameserver aa.bb.cc.dd #dnseserver ip adres&lt;BR /&gt;nameserver x.y.z.a #possible domain nameservers&lt;BR /&gt;nameserver a.b.c.d&lt;BR /&gt;nameserver f.g.h.j&lt;BR /&gt;*****************************************&lt;BR /&gt;also include the nameserver address in /etc/hosts file as:&lt;BR /&gt;x.y.z.c dnsserver&lt;BR /&gt;******************************************&lt;BR /&gt;your sendmail configuration seems ok...&lt;BR /&gt;&lt;BR /&gt;check now with ESMTP:&lt;BR /&gt;$ /usr/sbin/sendmail -v xx@yy.com &amp;lt; message&lt;BR /&gt;*******************************************&lt;BR /&gt;by the way;does .forward files work?u can check also this to understand the problem...&lt;BR /&gt;create .forward file under / and edit inside &lt;BR /&gt;a mail address outside your machines...then mail something to root and look if it is being forwarded...&lt;BR /&gt;********************************************&lt;BR /&gt;regards...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Jul 2001 05:45:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/2558748#M918097</guid>
      <dc:creator>Atil Volkan Yildirim</dc:creator>
      <dc:date>2001-07-31T05:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/2558749#M918098</link>
      <description>first, thanks for all answers and excuses me for the language.&lt;BR /&gt;&lt;BR /&gt;the mail-relay is on the DMZ (like my servers), and it's works correctly: anothers machines on the DMZ can send mail to the relay. There is a rule on the firewall which stop the smtp (and ping and telnet) connection from my server to the rest of the network. i'm going to change this rule...&lt;BR /&gt;Thanks again.&lt;BR /&gt;Thomas.&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Jul 2001 13:49:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/2558749#M918098</guid>
      <dc:creator>mornet</dc:creator>
      <dc:date>2001-07-31T13:49:54Z</dc:date>
    </item>
  </channel>
</rss>

