<?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/2779999#M832604</link>
    <description>can you go to &lt;BR /&gt; ???????.co.za&lt;BR /&gt;&lt;BR /&gt;and make sure that the /etc/hosts file has an entry for hs-a5c1.&lt;BR /&gt;&lt;BR /&gt;And then try again.&lt;BR /&gt;I am thinking that will get you going there.&lt;BR /&gt;&lt;BR /&gt;~ Richard</description>
    <pubDate>Mon, 05 Aug 2002 19:06:12 GMT</pubDate>
    <dc:creator>someone_4</dc:creator>
    <dc:date>2002-08-05T19:06:12Z</dc:date>
    <item>
      <title>sendmail Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2779990#M832595</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I have a small problem with sendmail, here goes:&lt;BR /&gt;&lt;BR /&gt;I have changed $Dj$w.????.co.za in sendmail.cf ,  and in the nsswitch.conf have added &lt;BR /&gt;The following :&lt;BR /&gt;hosts: files[NOTFOUND=return UNAVAIL=continue]&lt;BR /&gt;protocols: files[NOTFOUND=return UNAVAIL=continue] &lt;BR /&gt;services: files[NOTFOUND=return UNAVAIL=continue] &lt;BR /&gt;networks: files[NOTFOUND=return UNAVAIL=continue] &lt;BR /&gt;netgroup: files[NOTFOUND=return UNAVAIL=continue] &lt;BR /&gt;rpc: files[NOTFOUND=return UNAVAIL=continue].&lt;BR /&gt;In my resolve.conf I added domain ????.co.za. in my /etc/hosts file I added &lt;BR /&gt;??:??:??:??  ????.co.za  #  and comment.&lt;BR /&gt;&lt;BR /&gt;When I ??? echo cat | sendmail ???v (my email address) the following occurs: &lt;BR /&gt;&lt;BR /&gt;(My email address)... Connecting to (companies mail server). via esmtp...&lt;BR /&gt;(My email address)... Deferred: Connection reset by (companies mail server).&lt;BR /&gt;Closing connection to (companies mail server).&lt;BR /&gt;&lt;BR /&gt;Where did I go wrong?&lt;BR /&gt;&lt;BR /&gt;Many Thanks&lt;BR /&gt;Chris&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Aug 2002 17:42:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2779990#M832595</guid>
      <dc:creator>Chris Frangandonis</dc:creator>
      <dc:date>2002-08-05T17:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2779991#M832596</link>
      <description>Hi Chris,&lt;BR /&gt;&lt;BR /&gt;Modify your /etc/mail/sendmail.cf file and check this entries,&lt;BR /&gt;&lt;BR /&gt;Dj$w.your_domain.com&lt;BR /&gt;&lt;BR /&gt;DS your_mail_relay&lt;BR /&gt;&lt;BR /&gt;Now make sure the system is able to resolve the mail relay name either through the hosts file or through DNS, restart sendmail,&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/sendmail stop&lt;BR /&gt;/sbin/init.d/sendmail start&lt;BR /&gt;&lt;BR /&gt;Then try and see if you are able to send emails from this server.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Aug 2002 17:58:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2779991#M832596</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-08-05T17:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2779992#M832597</link>
      <description>Hi Sanjay&lt;BR /&gt;&lt;BR /&gt;I have changed the following in sendmail.cf&lt;BR /&gt;&lt;BR /&gt;Added  a # infront  Cwlocalhost and replaced it with Cw{node name},&lt;BR /&gt;changed  #Dj$w.Foo.COM and replaced it with Dj$w. ?????.co.za,&lt;BR /&gt;changed DS to  Dsmail.?????.co.za, and #DLname_of_luser_relay to Dmail.????.co.za&lt;BR /&gt;and hash out DR, added DRmail.?????.co.za&lt;BR /&gt;then did &lt;BR /&gt;/sbin/init.d/sendmail stop &lt;BR /&gt;/sbin/init.d/sendmail start&lt;BR /&gt;&lt;BR /&gt;then ran &lt;BR /&gt;echo cat | sendmail. ???v my_email_address and problem still occuring.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Chris&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Aug 2002 18:14:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2779992#M832597</guid>
      <dc:creator>Chris Frangandonis</dc:creator>
      <dc:date>2002-08-05T18:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2779993#M832598</link>
      <description>Hi&lt;BR /&gt;Try making your line in your &lt;BR /&gt;nsswitch.conf look like this.&lt;BR /&gt;&lt;BR /&gt;hosts: files [NOTFOUND=continue TRYAGAIN=continue] dns&lt;BR /&gt;&lt;BR /&gt;then do an nslookup on your domain.&lt;BR /&gt;&lt;BR /&gt;nslookup your_domain&lt;BR /&gt;&lt;BR /&gt;and if that works try to send the email again.&lt;BR /&gt;&lt;BR /&gt;Post your results.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;~ Richard</description>
      <pubDate>Mon, 05 Aug 2002 18:24:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2779993#M832598</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2002-08-05T18:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2779994#M832599</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Is your mail server accepting emails for the email address you are trying to send email to. In our configuration we submit mails to a mail relay which in turns forwards them to the mail servers.&lt;BR /&gt;&lt;BR /&gt;Moreover we are not using Cwhostname, DLname_of_luser_relay or DRmail.?????.co.za variable in the sendmail.cf file.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Aug 2002 18:30:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2779994#M832599</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-08-05T18:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2779995#M832600</link>
      <description>Hi Richard&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Did change nsswitch.conf  and ran nslookup ????.co.za &lt;BR /&gt;&lt;BR /&gt;# nslookup ????.co.za&lt;BR /&gt;Using /etc/hosts on:  hs-a5c1&lt;BR /&gt;&lt;BR /&gt;looking up FILES&lt;BR /&gt;Name:    ?????.co.za&lt;BR /&gt;Address:  ???.???.???.???&lt;BR /&gt;&lt;BR /&gt;Results&lt;BR /&gt;&lt;BR /&gt;# echo cat | sendmail -v frangac@telkom.co.za&lt;BR /&gt;my_email_adress... Deferred: Name server: ?????.co.za.: host name lookup failure&lt;BR /&gt;In my /etc/hosts file the entry is&lt;BR /&gt;???.???.???.???        ??????.co.za       # mail server&lt;BR /&gt;so why host name failure?&lt;BR /&gt;&lt;BR /&gt;Chris&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Aug 2002 18:39:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2779995#M832600</guid>
      <dc:creator>Chris Frangandonis</dc:creator>
      <dc:date>2002-08-05T18:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2779996#M832601</link>
      <description>Hi Sanjay&lt;BR /&gt;&lt;BR /&gt;On the one machine (10.20) , sendmail was setup as explained above and worked. With this machine (11.00 ) , I did the same setup,  with deffered problems.&lt;BR /&gt;&lt;BR /&gt;Chris&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Aug 2002 18:51:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2779996#M832601</guid>
      <dc:creator>Chris Frangandonis</dc:creator>
      <dc:date>2002-08-05T18:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2779997#M832602</link>
      <description>hi&lt;BR /&gt;try this for me&lt;BR /&gt;in nsswitch.conf&lt;BR /&gt;change your hosts line to look like so&lt;BR /&gt;&lt;BR /&gt;hosts:        files&lt;BR /&gt;&lt;BR /&gt;save the change.&lt;BR /&gt;Do an nslookup and try to send the email again..&lt;BR /&gt;&lt;BR /&gt;Let us know what your results are.&lt;BR /&gt;&lt;BR /&gt;~ Richard</description>
      <pubDate>Mon, 05 Aug 2002 18:54:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2779997#M832602</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2002-08-05T18:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2779998#M832603</link>
      <description>Hi Richard&lt;BR /&gt;&lt;BR /&gt;Done. Results:&lt;BR /&gt;# nslookup ????.co.za&lt;BR /&gt;Using /etc/hosts on:  hs-a5c1&lt;BR /&gt;&lt;BR /&gt;looking up FILES&lt;BR /&gt;Name:    ??????.co.za&lt;BR /&gt;Address:  ???.???.???.???&lt;BR /&gt;&lt;BR /&gt;# echo cat | sendmail -v my_email_address&lt;BR /&gt;my_email_address... Connecting to ???????.co.za. via esmtp...&lt;BR /&gt;my_email_address... Deferred: Connection reset by ?????.co.za.&lt;BR /&gt;Closing connection to ?????.co.za.&lt;BR /&gt;&lt;BR /&gt;Chris&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Aug 2002 19:02:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2779998#M832603</guid>
      <dc:creator>Chris Frangandonis</dc:creator>
      <dc:date>2002-08-05T19:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2779999#M832604</link>
      <description>can you go to &lt;BR /&gt; ???????.co.za&lt;BR /&gt;&lt;BR /&gt;and make sure that the /etc/hosts file has an entry for hs-a5c1.&lt;BR /&gt;&lt;BR /&gt;And then try again.&lt;BR /&gt;I am thinking that will get you going there.&lt;BR /&gt;&lt;BR /&gt;~ Richard</description>
      <pubDate>Mon, 05 Aug 2002 19:06:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2779999#M832604</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2002-08-05T19:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2780000#M832605</link>
      <description>I guess this system is behind the firewall. Can you run the following command on your HP system?&lt;BR /&gt;&lt;BR /&gt;#telnet &lt;COMPANY mail="" server="" name=""&gt; 25&lt;BR /&gt;&lt;BR /&gt; and post the output. &lt;BR /&gt;&lt;BR /&gt;If it says &lt;BR /&gt;&lt;BR /&gt;telnet: Unable to connect to remote host: Connection refused&lt;BR /&gt;&lt;BR /&gt; You system is behind the firewall and the port number 25 is not opened.&lt;/COMPANY&gt;</description>
      <pubDate>Mon, 05 Aug 2002 19:46:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2780000#M832605</guid>
      <dc:creator>Arockia Jegan</dc:creator>
      <dc:date>2002-08-05T19:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2780001#M832606</link>
      <description>Chris, I think that you will find that the mods you are making to /etc/sendmail.cf :&lt;BR /&gt;$Dj$w.????.co.za &lt;BR /&gt;etc. &lt;BR /&gt;Only affect normal users not root.  When root sends an email, sendmail gets it's own name from the /etc/hosts file. So your /etc/hosts file better resolve your IP address to something that the Sendmail relay server likes. The corporate sendmail relay server has to be able to resolve the name you have in the header of all emails. Be sure and look at the messages in /var/adm/syslog/mail.log and that should point you right to the problem. Most of the time it is a problem with the way your local server resolves it's own name. If you can't change that then try the email test logged as a normal user and see what happens. Normal users will us the $Dj$w.????.co.za ONLY if it can't resolve it's own FQDN (Fully Qualified Domain Name). You may have to alias the host name, also in /etc/sendmail.cf but I don't remember where or what the variable is.&lt;BR /&gt;Good luck&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Aug 2002 13:49:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2780001#M832606</guid>
      <dc:creator>John Dvorchak</dc:creator>
      <dc:date>2002-08-06T13:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2780002#M832607</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Thanks for your input. The problem was that my ip was not configured on the mail server.&lt;BR /&gt;&lt;BR /&gt;Thanks Once again&lt;BR /&gt;Chris</description>
      <pubDate>Tue, 06 Aug 2002 16:30:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2780002#M832607</guid>
      <dc:creator>Chris Frangandonis</dc:creator>
      <dc:date>2002-08-06T16:30:22Z</dc:date>
    </item>
  </channel>
</rss>

