<?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: mail problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-problem/m-p/3374109#M777045</link>
    <description>I just finished resolving an issue that is basically identical to what was posted here.  I found this post in researching my problem and I thought what I found might help someone.&lt;BR /&gt;&lt;BR /&gt;Problem:&lt;BR /&gt;Email to remote domains worked great.  Email to my local domain would go into deferred status.  I went through all the checks of sendmail.cf, sendmail.cw, resolv.conf, etc. . .One difference for me, two hpux boxes began to exhibit this on the same day.  The emails would  sometimes flow and then usually a bunch at once.  &lt;BR /&gt;&lt;BR /&gt;We set up network sniffer traces and we could see data flowing back and forth between the systems.  One thing that stood out was the large number of nameservers being returned by  &lt;BR /&gt;dns.&lt;BR /&gt;&lt;BR /&gt;After much data review and checking and double checking HP support was able to point that the initial request came as a udp packet.  The nameserver list that came back was too large for the udp packet so it was being truncated.  Sendmail would then resend the request as tcp and sometimes this would hang for minutes.  This got the network and windows guys to checking some things and they found several routes (4) that were invalid.  We also found 15 nameservers in the nameserver list that were no longer available.  After these lists were cleaned up mail began to flow with no problem.&lt;BR /&gt;&lt;BR /&gt;We believe the issue was that sometimes dns returned a bad nameserver resulting in the mail not flowing.  I also think that by reducing the number of nameservers we are not  running into the udp truncations issues as well.&lt;BR /&gt;&lt;BR /&gt;Hopefully this quick summary may help someone .&lt;BR /&gt;</description>
    <pubDate>Fri, 18 Aug 2006 09:56:03 GMT</pubDate>
    <dc:creator>Mike Smith_33</dc:creator>
    <dc:date>2006-08-18T09:56:03Z</dc:date>
    <item>
      <title>mail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-problem/m-p/3374078#M777014</link>
      <description>Hi Gurus,&lt;BR /&gt;&lt;BR /&gt;I have problem in on of our server that if I try to send mail it does not reach to destinaion and it queued up.&lt;BR /&gt;I am using mailx -s command.&lt;BR /&gt;NAA12397     2417 Wed Sep  8 13:54 root&lt;BR /&gt;                 (host map: lookup (infineon.com): deferred)&lt;BR /&gt;       rauthanms.external@infineon.com&lt;BR /&gt;&lt;BR /&gt;Can sombody help me to resolve the issue.&lt;BR /&gt;&lt;BR /&gt;Thanx in advance&lt;BR /&gt;&lt;BR /&gt;Mohan&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Sep 2004 01:35:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-problem/m-p/3374078#M777014</guid>
      <dc:creator>mohan singh</dc:creator>
      <dc:date>2004-09-08T01:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: mail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-problem/m-p/3374079#M777015</link>
      <description>Apparently infineon.com can not be found by your mailserver to send mail to. Sendmail needs to be able to lookup a host before being able to send mail to it under HP-UX.</description>
      <pubDate>Wed, 08 Sep 2004 02:00:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-problem/m-p/3374079#M777015</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2004-09-08T02:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: mail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-problem/m-p/3374080#M777016</link>
      <description>Hi Mohan,&lt;BR /&gt;&lt;BR /&gt;Does the sendmail command work? If not, try:&lt;BR /&gt;&lt;BR /&gt;sendmail -v me@company.com&lt;BR /&gt;&lt;BR /&gt;And check the output.&lt;BR /&gt;&lt;BR /&gt;MB.</description>
      <pubDate>Wed, 08 Sep 2004 02:01:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-problem/m-p/3374080#M777016</guid>
      <dc:creator>Marcel Boogert_1</dc:creator>
      <dc:date>2004-09-08T02:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: mail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-problem/m-p/3374081#M777017</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;it looks like a resolution problem.&lt;BR /&gt;Can you just try pinging your remote server with :&lt;BR /&gt;ping infineon.com&lt;BR /&gt;If no response, check /etc/nsswitch.conf and /etc/resolv.conf to verify host name resolving policy.&lt;BR /&gt;&lt;BR /&gt;Olivier.</description>
      <pubDate>Wed, 08 Sep 2004 02:04:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-problem/m-p/3374081#M777017</guid>
      <dc:creator>Olivier Decorse</dc:creator>
      <dc:date>2004-09-08T02:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: mail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-problem/m-p/3374082#M777018</link>
      <description>Hi MB&lt;BR /&gt;there is some error perse error.&lt;BR /&gt;&lt;BR /&gt;# sendmail -v rauthanms.external@infineon.com&lt;BR /&gt;infineon.com: Name server timeout&lt;BR /&gt;rauthanms.external@infineon.com... Transient parse error -- message queued for future delivery&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Mohan&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Sep 2004 02:19:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-problem/m-p/3374082#M777018</guid>
      <dc:creator>mohan singh</dc:creator>
      <dc:date>2004-09-08T02:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: mail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-problem/m-p/3374083#M777019</link>
      <description>Hi Oliver,&lt;BR /&gt;&lt;BR /&gt;What entry I should check in /etc/nsswitch.conf and there is not resolve.conf file.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Mohan&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Sep 2004 02:34:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-problem/m-p/3374083#M777019</guid>
      <dc:creator>mohan singh</dc:creator>
      <dc:date>2004-09-08T02:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: mail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-problem/m-p/3374084#M777020</link>
      <description>In my case, with not a lot of server, i have :&lt;BR /&gt;# cat /etc/nsswitch.conf &lt;BR /&gt;hosts:          files&lt;BR /&gt;services:       files&lt;BR /&gt;protocols:      files&lt;BR /&gt;networks:       files&lt;BR /&gt;rpc:            files&lt;BR /&gt;netgroup:       files&lt;BR /&gt;automount:      files&lt;BR /&gt;&lt;BR /&gt;So i your case, you have also to fill /etc/hosts with :&lt;BR /&gt;x.y.z.t         infineon.com    infineon&lt;BR /&gt;&lt;BR /&gt;Olivier.&lt;BR /&gt;PS : please don't forget to assign points : you will receive more response, and we can see if our response helps you or not ...</description>
      <pubDate>Wed, 08 Sep 2004 04:38:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-problem/m-p/3374084#M777020</guid>
      <dc:creator>Olivier Decorse</dc:creator>
      <dc:date>2004-09-08T04:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: mail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-problem/m-p/3374085#M777021</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I have done every thing whatever solution you gave.&lt;BR /&gt;Then I executed following command but problem is as itis Pls help.&lt;BR /&gt;# hostname&lt;BR /&gt;newfme3&lt;BR /&gt;#&lt;BR /&gt;# sendmail -v rauthanms.external@infineon.com&lt;BR /&gt;infineon.com: Name server timeout&lt;BR /&gt;rauthanms.external@infineon.com... Transient parse error -- message queued for f&lt;BR /&gt;uture delivery&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Mohan&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Sep 2004 01:01:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-problem/m-p/3374085#M777021</guid>
      <dc:creator>mohan singh</dc:creator>
      <dc:date>2004-09-09T01:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: mail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-problem/m-p/3374086#M777022</link>
      <description>Mohan,&lt;BR /&gt;&lt;BR /&gt;Check the following link:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www4.itrc.hp.com/service/cki/patchDocDisplay.do?patchId=PHNE_29774" target="_blank"&gt;http://www4.itrc.hp.com/service/cki/patchDocDisplay.do?patchId=PHNE_29774&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Maybe this is your solution.&lt;BR /&gt;&lt;BR /&gt;MB.</description>
      <pubDate>Thu, 09 Sep 2004 01:26:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-problem/m-p/3374086#M777022</guid>
      <dc:creator>Marcel Boogert_1</dc:creator>
      <dc:date>2004-09-09T01:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: mail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-problem/m-p/3374087#M777023</link>
      <description>Mail hostname must be resolved so that we can send mails. It must be with Fully Qualified Domain name.&lt;BR /&gt;&lt;BR /&gt;FQDN is defined as,&lt;BR /&gt;&lt;BR /&gt; hostname.domainname.com&lt;BR /&gt;&lt;BR /&gt; For exmaple:&lt;BR /&gt; &lt;BR /&gt;  newfme3.infineon.com &lt;BR /&gt;&lt;BR /&gt; It has to be resolved as,&lt;BR /&gt;&lt;BR /&gt; nslookup newfme3.infineon.com &lt;BR /&gt;&lt;BR /&gt; hostname: newfme3.infineon.com &lt;BR /&gt; ip-address: xx.xxx.xx.xx&lt;BR /&gt; alias: newfme3&lt;BR /&gt;&lt;BR /&gt; If you did not get this then,&lt;BR /&gt;&lt;BR /&gt; -- edit /etc/nsswitch.conf file as,&lt;BR /&gt;&lt;BR /&gt; hosts: files dns&lt;BR /&gt;&lt;BR /&gt; -------------&lt;BR /&gt;&lt;BR /&gt; --- edit /etc/hosts file as --&lt;BR /&gt;&lt;BR /&gt; # &lt;IP-ADDRESS&gt; FQDN alias&lt;BR /&gt; xx.xx.xx.xx newfme3.infineon.com newfme3&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; If you want to your hostname resolved with dns then,&lt;BR /&gt;&lt;BR /&gt; -- /etc/nsswitch.conf --&lt;BR /&gt; hosts: dns files&lt;BR /&gt;&lt;BR /&gt; ----- /etc/resolv.conf -- &lt;BR /&gt; domain infineon.com&lt;BR /&gt; nameserver &lt;IP-OF nameserver=""&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; Check resolvation as,&lt;BR /&gt;&lt;BR /&gt; nslookup newfme3.infineon.com&lt;BR /&gt;&lt;BR /&gt; If you get results, then you won't get any problem on sending mails&lt;BR /&gt; &lt;BR /&gt;&lt;/IP-OF&gt;&lt;/IP-ADDRESS&gt;</description>
      <pubDate>Thu, 09 Sep 2004 01:39:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-problem/m-p/3374087#M777023</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-09-09T01:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: mail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-problem/m-p/3374088#M777024</link>
      <description>Hi Guru,s&lt;BR /&gt;&lt;BR /&gt;Thanks a log for helping me , I did the changes in required file, then I check the nslookup command . &lt;BR /&gt;&lt;BR /&gt;# nslookup newfme3.infineon.com&lt;BR /&gt;Using /etc/hosts on:  newfme3&lt;BR /&gt;&lt;BR /&gt;looking up FILES&lt;BR /&gt;Name:    newfme3.infineon.com&lt;BR /&gt;Address:  172.17.17.204&lt;BR /&gt;Aliases:  newfme3&lt;BR /&gt;&lt;BR /&gt;After this I tried the following command&lt;BR /&gt;# sendmail -v me@infineon.com&lt;BR /&gt;infineon.com: Name server timeout&lt;BR /&gt;me@infineon.com... Transient parse error -- message queued for future delivery&lt;BR /&gt;&lt;BR /&gt;But mail still not working, I am sure you will help me.&lt;BR /&gt;&lt;BR /&gt;some body gave me url ,which refer patches. mean I have to apply those patches.&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;&lt;BR /&gt;Mohan&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Sep 2004 04:08:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-problem/m-p/3374088#M777024</guid>
      <dc:creator>mohan singh</dc:creator>
      <dc:date>2004-09-14T04:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: mail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-problem/m-p/3374089#M777025</link>
      <description>Mohan,&lt;BR /&gt;&lt;BR /&gt;How did yuo configur your server ? Is it relay mode ?&lt;BR /&gt;&lt;BR /&gt;Which is your mail server ?&lt;BR /&gt;&lt;BR /&gt;Sunil</description>
      <pubDate>Tue, 14 Sep 2004 04:12:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-problem/m-p/3374089#M777025</guid>
      <dc:creator>Sunil Sharma_1</dc:creator>
      <dc:date>2004-09-14T04:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: mail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-problem/m-p/3374090#M777026</link>
      <description>Sunil,&lt;BR /&gt;&lt;BR /&gt;I have not configure this server ,no about relay ....&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanx &lt;BR /&gt;Mohan&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Sep 2004 04:18:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-problem/m-p/3374090#M777026</guid>
      <dc:creator>mohan singh</dc:creator>
      <dc:date>2004-09-14T04:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: mail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-problem/m-p/3374091#M777027</link>
      <description>Mohan,&lt;BR /&gt;&lt;BR /&gt;Do you have any mail server in your setup ? Like windows exchange server ? If yes then you can configure your HP UX box in relay mode. You have to make small change in /etc/mail/sendmail.cf. You have to put your mail server name or IP address in that file.&lt;BR /&gt;&lt;BR /&gt;Sunil</description>
      <pubDate>Tue, 14 Sep 2004 04:25:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-problem/m-p/3374091#M777027</guid>
      <dc:creator>Sunil Sharma_1</dc:creator>
      <dc:date>2004-09-14T04:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: mail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-problem/m-p/3374092#M777028</link>
      <description>Hi Sunil,&lt;BR /&gt;&lt;BR /&gt;I did check the /etc/mail/sendmail.cf . I found the follwing entry in this file for relay.&lt;BR /&gt;# "Smart" relay host (may be null)&lt;BR /&gt;#DS&lt;BR /&gt;DSappmail.mkz.infineon.com&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Mohan&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Sep 2004 19:33:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-problem/m-p/3374092#M777028</guid>
      <dc:creator>mohan singh</dc:creator>
      <dc:date>2004-09-14T19:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: mail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-problem/m-p/3374093#M777029</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I am sorry to reoptn this case , mail problem is not yer resolved.&lt;BR /&gt;I have configured every thing but I am still getting following errror.&lt;BR /&gt;# sendmail -v me@infineon.com&lt;BR /&gt;infineon.com: Name server timeout&lt;BR /&gt;me@infineon.com... Transient parse error -- message queued for future delivery&lt;BR /&gt;&lt;BR /&gt;If check mailq , all are message are queued up.&lt;BR /&gt;               Mail Queue (28 requests)&lt;BR /&gt;-Q-ID-- --Size-- -----Q-Time----- ------------Sender/Recipient------------&lt;BR /&gt;AA22986     2124 Wed Oct  6 14:50 root&lt;BR /&gt;                (host map: lookup (infineon.com): deferred)&lt;BR /&gt;                                  rauthanms.external@infineon.com&lt;BR /&gt;AA12424       30 Wed Oct  6 14:28 root&lt;BR /&gt;                (host map: lookup (infineon.com): deferred)&lt;BR /&gt;                                  rauthanms.external@infineon.com&lt;BR /&gt;AA10316     2124 Wed Oct  6 14:24 root&lt;BR /&gt;                (host map: lookup (infineon.com): deferred)&lt;BR /&gt;                                  rauthanms.external@infineon.com&lt;BR /&gt;AA01435     1110 Wed Oct  6 09:28 jec&lt;BR /&gt;                (host map: lookup (infineon.com): deferred)&lt;BR /&gt;                                  Siew-Gek.Tan@infineon.com&lt;BR /&gt;AA01432     1110 Wed Oct  6 09:28 jec&lt;BR /&gt;                (host map: lookup (infineon.com): deferred)&lt;BR /&gt;                                  Min-Kiap.Teh@infineon.com&lt;BR /&gt;AA23193    10253 Tue Oct  5 19:09 MAILER-DAEMON&lt;BR /&gt;                (host map: lookup (infineon.com): deferred)&lt;BR /&gt;                                  rauthanms.external@infineon.com&lt;BR /&gt;AA19593     8336 Tue Oct  5 15:01 MAILER-DAEMON&lt;BR /&gt;                (host map: lookup (infineon.com): deferred)&lt;BR /&gt;                                  rauthanms.external@infineon.com&lt;BR /&gt;AA06130    10370 Tue Oct  5 14:30 MAILER-DAEMON&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can any body help me out to over come from this problem.&lt;BR /&gt;&lt;BR /&gt;thanx in advance&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Oct 2004 02:56:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-problem/m-p/3374093#M777029</guid>
      <dc:creator>mohan singh</dc:creator>
      <dc:date>2004-10-06T02:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: mail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-problem/m-p/3374094#M777030</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try this trick. Take your relay server (appmail.mkz.infineon.com) IP address. i.e. please assume that is 3.44.55.66. Then add in your /etc/hosts fiel the following line:&lt;BR /&gt;3.44.55.66 infineon.com&lt;BR /&gt;&lt;BR /&gt;So try again with the sendmail verbose option:&lt;BR /&gt;#echo "Hi"|sendmail -v rauthanms.external@infineon.com&lt;BR /&gt;&lt;BR /&gt;Rgds.</description>
      <pubDate>Thu, 07 Oct 2004 09:10:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-problem/m-p/3374094#M777030</guid>
      <dc:creator>Jose Mosquera</dc:creator>
      <dc:date>2004-10-07T09:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: mail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-problem/m-p/3374095#M777031</link>
      <description>Hi Dear,&lt;BR /&gt;&lt;BR /&gt;I tried your solution , following is the outcome.&lt;BR /&gt;# echo "HI"| sendmail -v rauthanms.external@infineon.com&lt;BR /&gt;rauthanms.external@infineon.com... Connecting to appmail.mkz.infineon.com via re&lt;BR /&gt;lay...&lt;BR /&gt;rauthanms.external@infineon.com... Host unknown (Name server: appmail.mkz.infine&lt;BR /&gt;on.com: host not found)&lt;BR /&gt;root... aliased to rauthanms.external@infineon.com&lt;BR /&gt;/dead.letter... Saved message in /dead.letter&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Following the message in Dead letter.&lt;BR /&gt;From   Fri Oct  8 14:06:26 2004&lt;BR /&gt;Return-Path: &lt;ROOT&gt;&lt;BR /&gt;Received: (from root@localhost)&lt;BR /&gt;        by newfme3.infineon.com (8.9.3 (PHNE_26305)/8.9.3) id OAA22777&lt;BR /&gt;        for rauthanms.external@infineon.com; Fri, 8 Oct 2004 14:06:26 +0800 (mal&lt;BR /&gt;)&lt;BR /&gt;Date: Fri, 8 Oct 2004 14:06:26 +0800 (mal)&lt;BR /&gt;From: root&lt;BR /&gt;Message-Id: &amp;lt;200410080606.OAA22777@newfme3.infineon.com&amp;gt;&lt;BR /&gt;&lt;BR /&gt;HI&lt;BR /&gt;&lt;BR /&gt;From   Fri Oct  8 14:07:34 2004&lt;BR /&gt;Return-Path: &lt;ROOT&gt;&lt;BR /&gt;Received: (from root@localhost)&lt;BR /&gt;        by newfme3.infineon.com (8.9.3 (PHNE_26305)/8.9.3) id OAA23200&lt;BR /&gt;        for rauthanms.external@infineon.com; Fri, 8 Oct 2004 14:07:34 +0800 (mal&lt;BR /&gt;)&lt;BR /&gt;Date: Fri, 8 Oct 2004 14:07:34 +0800 (mal)&lt;BR /&gt;From: root&lt;BR /&gt;Message-Id: &amp;lt;200410080607.OAA23200@newfme3.infineon.com&amp;gt;&lt;BR /&gt;&lt;BR /&gt;HI&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;Thanx in Advance&lt;BR /&gt;&lt;BR /&gt;Mohan&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/ROOT&gt;&lt;/ROOT&gt;</description>
      <pubDate>Fri, 08 Oct 2004 01:17:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-problem/m-p/3374095#M777031</guid>
      <dc:creator>mohan singh</dc:creator>
      <dc:date>2004-10-08T01:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: mail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-problem/m-p/3374096#M777032</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I have just added my SMTP server in sendmail.cf , Mail started going to privete mail like yahoo.com etc .. but I am not able to send the mail to my domain . Mean mails are   not going to users@infineon.com&lt;BR /&gt;what could be the problem.&lt;BR /&gt;output of sendmail -v is below.&lt;BR /&gt;&lt;BR /&gt;# sendmail -v rauthanms.external@infineon.com&lt;BR /&gt;rauthanms.external@infineon.com... User unknown&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;Mohan&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Oct 2004 20:56:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-problem/m-p/3374096#M777032</guid>
      <dc:creator>mohan singh</dc:creator>
      <dc:date>2004-10-11T20:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: mail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-problem/m-p/3374097#M777033</link>
      <description>Hi Mohan,&lt;BR /&gt;&lt;BR /&gt;Are you sure rauthanms.external is a valid mail id?. Try sending it from some yahoo.com to see if it really works.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 11 Oct 2004 21:00:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-problem/m-p/3374097#M777033</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-10-11T21:00:19Z</dc:date>
    </item>
  </channel>
</rss>

