1753494 Members
4853 Online
108794 Solutions
New Discussion юеВ

Re: mail problem

 
SOLVED
Go to solution
mohan singh
Frequent Advisor

Re: mail problem

Hi Guru,s

Thanks a log for helping me , I did the changes in required file, then I check the nslookup command .

# nslookup newfme3.infineon.com
Using /etc/hosts on: newfme3

looking up FILES
Name: newfme3.infineon.com
Address: 172.17.17.204
Aliases: newfme3

After this I tried the following command
# sendmail -v me@infineon.com
infineon.com: Name server timeout
me@infineon.com... Transient parse error -- message queued for future delivery

But mail still not working, I am sure you will help me.

some body gave me url ,which refer patches. mean I have to apply those patches.

Best Regards

Mohan



Sunil Sharma_1
Honored Contributor

Re: mail problem

Mohan,

How did yuo configur your server ? Is it relay mode ?

Which is your mail server ?

Sunil
*** Dream as if you'll live forever. Live as if you'll die today ***
mohan singh
Frequent Advisor

Re: mail problem

Sunil,

I have not configure this server ,no about relay ....


Thanx
Mohan
Sunil Sharma_1
Honored Contributor

Re: mail problem

Mohan,

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.

Sunil
*** Dream as if you'll live forever. Live as if you'll die today ***
mohan singh
Frequent Advisor

Re: mail problem

Hi Sunil,

I did check the /etc/mail/sendmail.cf . I found the follwing entry in this file for relay.
# "Smart" relay host (may be null)
#DS
DSappmail.mkz.infineon.com

Regards

Mohan
mohan singh
Frequent Advisor

Re: mail problem

Hi all,

I am sorry to reoptn this case , mail problem is not yer resolved.
I have configured every thing but I am still getting following errror.
# sendmail -v me@infineon.com
infineon.com: Name server timeout
me@infineon.com... Transient parse error -- message queued for future delivery

If check mailq , all are message are queued up.
Mail Queue (28 requests)
-Q-ID-- --Size-- -----Q-Time----- ------------Sender/Recipient------------
AA22986 2124 Wed Oct 6 14:50 root
(host map: lookup (infineon.com): deferred)
rauthanms.external@infineon.com
AA12424 30 Wed Oct 6 14:28 root
(host map: lookup (infineon.com): deferred)
rauthanms.external@infineon.com
AA10316 2124 Wed Oct 6 14:24 root
(host map: lookup (infineon.com): deferred)
rauthanms.external@infineon.com
AA01435 1110 Wed Oct 6 09:28 jec
(host map: lookup (infineon.com): deferred)
Siew-Gek.Tan@infineon.com
AA01432 1110 Wed Oct 6 09:28 jec
(host map: lookup (infineon.com): deferred)
Min-Kiap.Teh@infineon.com
AA23193 10253 Tue Oct 5 19:09 MAILER-DAEMON
(host map: lookup (infineon.com): deferred)
rauthanms.external@infineon.com
AA19593 8336 Tue Oct 5 15:01 MAILER-DAEMON
(host map: lookup (infineon.com): deferred)
rauthanms.external@infineon.com
AA06130 10370 Tue Oct 5 14:30 MAILER-DAEMON


Can any body help me out to over come from this problem.

thanx in advance

Jose Mosquera
Honored Contributor

Re: mail problem

Hi,

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:
3.44.55.66 infineon.com

So try again with the sendmail verbose option:
#echo "Hi"|sendmail -v rauthanms.external@infineon.com

Rgds.
mohan singh
Frequent Advisor

Re: mail problem

Hi Dear,

I tried your solution , following is the outcome.
# echo "HI"| sendmail -v rauthanms.external@infineon.com
rauthanms.external@infineon.com... Connecting to appmail.mkz.infineon.com via re
lay...
rauthanms.external@infineon.com... Host unknown (Name server: appmail.mkz.infine
on.com: host not found)
root... aliased to rauthanms.external@infineon.com
/dead.letter... Saved message in /dead.letter


Following the message in Dead letter.
From Fri Oct 8 14:06:26 2004
Return-Path:
Received: (from root@localhost)
by newfme3.infineon.com (8.9.3 (PHNE_26305)/8.9.3) id OAA22777
for rauthanms.external@infineon.com; Fri, 8 Oct 2004 14:06:26 +0800 (mal
)
Date: Fri, 8 Oct 2004 14:06:26 +0800 (mal)
From: root
Message-Id: <200410080606.OAA22777@newfme3.infineon.com>

HI

From Fri Oct 8 14:07:34 2004
Return-Path:
Received: (from root@localhost)
by newfme3.infineon.com (8.9.3 (PHNE_26305)/8.9.3) id OAA23200
for rauthanms.external@infineon.com; Fri, 8 Oct 2004 14:07:34 +0800 (mal
)
Date: Fri, 8 Oct 2004 14:07:34 +0800 (mal)
From: root
Message-Id: <200410080607.OAA23200@newfme3.infineon.com>

HI

#

Thanx in Advance

Mohan


mohan singh
Frequent Advisor

Re: mail problem

Hello,

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
what could be the problem.
output of sendmail -v is below.

# sendmail -v rauthanms.external@infineon.com
rauthanms.external@infineon.com... User unknown


Thanks in advance

Mohan
Sridhar Bhaskarla
Honored Contributor

Re: mail problem

Hi Mohan,

Are you sure rauthanms.external is a valid mail id?. Try sending it from some yahoo.com to see if it really works.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try