- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: mail problem
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2004 06:35 PM
09-07-2004 06:35 PM
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.
I am using mailx -s command.
NAA12397 2417 Wed Sep 8 13:54 root
(host map: lookup (infineon.com): deferred)
rauthanms.external@infineon.com
Can sombody help me to resolve the issue.
Thanx in advance
Mohan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2004 07:00 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2004 07:01 PM
09-07-2004 07:01 PM
Re: mail problem
Does the sendmail command work? If not, try:
sendmail -v me@company.com
And check the output.
MB.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2004 07:04 PM
09-07-2004 07:04 PM
Re: mail problem
it looks like a resolution problem.
Can you just try pinging your remote server with :
ping infineon.com
If no response, check /etc/nsswitch.conf and /etc/resolv.conf to verify host name resolving policy.
Olivier.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2004 07:19 PM
09-07-2004 07:19 PM
Re: mail problem
there is some error perse error.
# sendmail -v rauthanms.external@infineon.com
infineon.com: Name server timeout
rauthanms.external@infineon.com... Transient parse error -- message queued for future delivery
Regards
Mohan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2004 07:34 PM
09-07-2004 07:34 PM
Re: mail problem
What entry I should check in /etc/nsswitch.conf and there is not resolve.conf file.
Regards
Mohan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2004 09:38 PM
09-07-2004 09:38 PM
Re: mail problem
# cat /etc/nsswitch.conf
hosts: files
services: files
protocols: files
networks: files
rpc: files
netgroup: files
automount: files
So i your case, you have also to fill /etc/hosts with :
x.y.z.t infineon.com infineon
Olivier.
PS : please don't forget to assign points : you will receive more response, and we can see if our response helps you or not ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2004 06:01 PM
09-08-2004 06:01 PM
Re: mail problem
I have done every thing whatever solution you gave.
Then I executed following command but problem is as itis Pls help.
# hostname
newfme3
#
# sendmail -v rauthanms.external@infineon.com
infineon.com: Name server timeout
rauthanms.external@infineon.com... Transient parse error -- message queued for f
uture delivery
Regards
Mohan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2004 06:26 PM
09-08-2004 06:26 PM
Re: mail problem
Check the following link:
http://www4.itrc.hp.com/service/cki/patchDocDisplay.do?patchId=PHNE_29774
Maybe this is your solution.
MB.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2004 06:39 PM
09-08-2004 06:39 PM
Re: mail problem
FQDN is defined as,
hostname.domainname.com
For exmaple:
newfme3.infineon.com
It has to be resolved as,
nslookup newfme3.infineon.com
hostname: newfme3.infineon.com
ip-address: xx.xxx.xx.xx
alias: newfme3
If you did not get this then,
-- edit /etc/nsswitch.conf file as,
hosts: files dns
-------------
--- edit /etc/hosts file as --
#
xx.xx.xx.xx newfme3.infineon.com newfme3
If you want to your hostname resolved with dns then,
-- /etc/nsswitch.conf --
hosts: dns files
----- /etc/resolv.conf --
domain infineon.com
nameserver
Check resolvation as,
nslookup newfme3.infineon.com
If you get results, then you won't get any problem on sending mails
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2004 09:08 PM
09-13-2004 09:08 PM
Re: mail problem
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2004 09:12 PM
09-13-2004 09:12 PM
Re: mail problem
How did yuo configur your server ? Is it relay mode ?
Which is your mail server ?
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2004 09:18 PM
09-13-2004 09:18 PM
Re: mail problem
I have not configure this server ,no about relay ....
Thanx
Mohan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2004 09:25 PM
09-13-2004 09:25 PM
Re: mail problem
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2004 12:33 PM
09-14-2004 12:33 PM
Re: mail problem
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2004 07:56 PM
10-05-2004 07:56 PM
Re: mail problem
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2004 02:10 AM
10-07-2004 02:10 AM
Re: mail problem
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2004 06:17 PM
10-07-2004 06:17 PM
Re: mail problem
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2004 01:56 PM
10-11-2004 01:56 PM
Re: mail problem
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2004 02:00 PM
10-11-2004 02:00 PM
Re: mail problem
Are you sure rauthanms.external is a valid mail id?. Try sending it from some yahoo.com to see if it really works.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2004 02:37 PM
10-11-2004 02:37 PM
Re: mail problem
This is a typical tactic to stop spam. I've recently been forced to remove one of my dearest aliases because it was getting 50 messages a day.
sendmail -v -q
that will try and force the queue with verbose messages.
sendmail -v -d8.99 -d38.99 address
type some text
.
This will max out your diagnostics.
looks like the host is resolving and the mail server doesn't know the user or is misconfigured.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2004 06:18 PM
10-11-2004 06:18 PM
Re: mail problem
I tried the diagnostic command given by you, following is the output.
# sendmail -v -d8.99 -d38.99 rauthanms.external@infineon.com
seq_map_parse(aliases.files, )
map_init(sequence:aliases.files, NULL, 0)
sequence:aliases.files NULL: valid
map_init(implicit:Alias0, /etc/mail/aliases, 0)
wrong pass (pass = 0, rebuildable = 1)
map_init(host:host, NULL, 0)
host:host NULL: valid
map_init(switch:aliases, aliases, 0)
switch_map_open(aliases, aliases, 0)
switch_map_find => 1
files
map_stack[0] = sequence:aliases.files
switch:aliases aliases: valid
map_init(dequote:dequote, NULL, 0)
dequote:dequote NULL: valid
map_init(sequence:aliases.files, NULL, 1)
wrong pass (pass = 1, rebuildable = 0)
map_init(implicit:Alias0, /etc/mail/aliases, 1)
impl_map_open(Alias0, /etc/mail/aliases, 0)
hash_map_open(Alias0, /etc/mail/aliases, 0)
impl_map_lookup(Alias0, @)
db_map_lookup(Alias0, @)
implicit:Alias0 /etc/mail/aliases: valid
map_init(host:host, NULL, 1)
wrong pass (pass = 1, rebuildable = 0)
map_init(switch:aliases, aliases, 1)
wrong pass (pass = 1, rebuildable = 0)
map_init(dequote:dequote, NULL, 1)
wrong pass (pass = 1, rebuildable = 0)
getcanonname(infineon.com), trying files
text_getcanonname(infineon.com)
getcanonname(infineon.com), found
seq_map_lookup(aliases, rauthanms.external)
seq_map_lookup(aliases.files, rauthanms.external)
impl_map_lookup(Alias0, rauthanms.external)
db_map_lookup(Alias0, rauthanms.external)
rauthanms.external@infineon.com... User unknown
.
seq_map_lookup(aliases, root)
seq_map_lookup(aliases.files, root)
impl_map_lookup(Alias0, root)
db_map_lookup(Alias0, root)
/dead.letter... Saved message in /dead.letter
closemaps: closing aliases.files (NULL)
closemaps: closing Alias0 (/etc/mail/aliases)
impl_map_close(Alias0, /etc/mail/aliases, 12a3)
db_map_close(Alias0, /etc/mail/aliases, 12a3)
closemaps: closing host (NULL)
closemaps: closing aliases (aliases)
closemaps: closing dequote (NULL)
#
Can you make out some thing.
Best Regards
Mohan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2004 06:25 PM
10-11-2004 06:25 PM
Re: mail problem
please allow me to comment:
"rauthanms.external@infineon.com... User unknown"
can you try to send it to another valid and confirmed user on that same domain?
e.g.
sendmail -v -d8.99 -d38.99 postmaster@infineon.com
this will confirm that there is no problem with the email addresses...
regards
Yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2004 06:34 PM
10-11-2004 06:34 PM
Re: mail problem
plese see below message
# sendmail -v -d8.99 -d38.99 postmaster@infineon.com
seq_map_parse(aliases.files, )
map_init(sequence:aliases.files, NULL, 0)
sequence:aliases.files NULL: valid
map_init(implicit:Alias0, /etc/mail/aliases, 0)
wrong pass (pass = 0, rebuildable = 1)
map_init(host:host, NULL, 0)
host:host NULL: valid
map_init(switch:aliases, aliases, 0)
switch_map_open(aliases, aliases, 0)
switch_map_find => 1
files
map_stack[0] = sequence:aliases.files
switch:aliases aliases: valid
map_init(dequote:dequote, NULL, 0)
dequote:dequote NULL: valid
map_init(sequence:aliases.files, NULL, 1)
wrong pass (pass = 1, rebuildable = 0)
map_init(implicit:Alias0, /etc/mail/aliases, 1)
impl_map_open(Alias0, /etc/mail/aliases, 0)
hash_map_open(Alias0, /etc/mail/aliases, 0)
impl_map_lookup(Alias0, @)
db_map_lookup(Alias0, @)
implicit:Alias0 /etc/mail/aliases: valid
map_init(host:host, NULL, 1)
wrong pass (pass = 1, rebuildable = 0)
map_init(switch:aliases, aliases, 1)
wrong pass (pass = 1, rebuildable = 0)
map_init(dequote:dequote, NULL, 1)
wrong pass (pass = 1, rebuildable = 0)
getcanonname(infineon.com), trying files
text_getcanonname(infineon.com)
getcanonname(infineon.com), found
seq_map_lookup(aliases, postmaster)
seq_map_lookup(aliases.files, postmaster)
impl_map_lookup(Alias0, postmaster)
db_map_lookup(Alias0, postmaster)
postmaster@infineon.com... aliased to root
seq_map_lookup(aliases, root)
seq_map_lookup(aliases.files, root)
impl_map_lookup(Alias0, root)
db_map_lookup(Alias0, root)
seq_map_lookup(aliases, owner-postmaster)
seq_map_lookup(aliases.files, owner-postmaster)
impl_map_lookup(Alias0, owner-postmaster)
db_map_lookup(Alias0, owner-postmaster)
.
root... Connecting to local...
root... Sent
closemaps: closing aliases.files (NULL)
closemaps: closing Alias0 (/etc/mail/aliases)
impl_map_close(Alias0, /etc/mail/aliases, 12a3)
db_map_close(Alias0, /etc/mail/aliases, 12a3)
closemaps: closing host (NULL)
closemaps: closing aliases (aliases)
closemaps: closing dequote (NULL)
Waiting for your reply,
Mohan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 07:13 AM
10-19-2004 07:13 AM
Re: mail problem
I have found that, even though I edit nsswitch.conf, mail doesn't get the new resolution order. SAM fixes it somehow. Someday I will look into what SAM does.
Go into SAM, Network and Communications, Name Service Switch. Select hosts, then configure the menus so that resolution occurs the way you expect it to.