- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Sendmail Problem in hp-ux 11.11
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
03-09-2006 05:39 PM
03-09-2006 05:39 PM
Sendmail Problem in hp-ux 11.11
I am not able to send mail from my hp-ux server, When i checked the mail.log i could see the following error message
Mar 10 13:07:22 pnasd110 sendmail[23454]: alias database /etc/mail/aliases rebuilt by abpadman
Mar 10 13:07:22 pnasd110 sendmail[23454]: /etc/mail/aliases: 7 aliases, longest 9 bytes, 88 bytes total
Mar 10 13:07:22 pnasd110 sendmail[23455]: gethostbyaddr(172.24.11.13) failed: 1
Mar 10 13:07:22 pnasd110 sendmail[23456]: starting daemon (8.9.3 (PHNE_26305)): SMTP+queueing@00:30:00
Mar 10 13:07:25 pnasd110 sendmail[23471]: gethostbyaddr(172.24.11.13) failed: 1
My DS in the sendmail.cf is configured properly,and i am able to to nslookup on that.
I checked nslookup for 172.24.11.13, i am not able to do. Also i m not able to findout from where this address is taking.
Pls reply back with your important solutions.
Thanks
Abhi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 05:46 PM
03-09-2006 05:46 PM
Re: Sendmail Problem in hp-ux 11.11
Check these threads,
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=962859
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=38241&admit=-682735245+1141973186726+28353475
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 05:47 PM
03-09-2006 05:47 PM
Re: Sendmail Problem in hp-ux 11.11
If the failure is on "gethostbyaddr" it means.. the reverse lookup is failing and not "forward lookup".
If you want it to test, just find the hostname for 172.24.11.13 and give an entry for that hostname in your /etc/hosts file. Make sure "file" is the first entry in your /etc/nsswitch.conf file for "hosts" entry. after this change see whether the sendmail is able to send the mail. If it can, then there is something wrong with the DNS server, because it is not able assist in your reverse lookup. Then that would be a issue to be sorted by the DNS administrator.
Regards,
Senthil Kumar .A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 05:48 PM
03-09-2006 05:48 PM
Re: Sendmail Problem in hp-ux 11.11
Also have a look at this doc attached.
Thought it could help you.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 05:54 PM
03-09-2006 05:54 PM
Re: Sendmail Problem in hp-ux 11.11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 07:52 PM
03-09-2006 07:52 PM
Re: Sendmail Problem in hp-ux 11.11
Thanks for the replies, Spl thanks to RAC. Actually this IP is being assigned to the lan0 network card but not being updated in the /etc/hosts file.
Actually the IP address which we are presetly using is assigned to lan1. So is there any configuration change to bypass this error message. Since this server is a production server, i cnt add this IP address to the /etc/hosts nw. Also there is no DNS for this server.
Thanks
Abhi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 07:59 PM
03-09-2006 07:59 PM
Re: Sendmail Problem in hp-ux 11.11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 08:08 PM
03-09-2006 08:08 PM
Re: Sendmail Problem in hp-ux 11.11
Then I think the server is not able to relay the messages which i am sending. I have configured my DS entry in the /etc/mail/sendmail.cf file, but still if i see the mail.log, it is showing "relay=root@localhost", idealy it should show "relay=servername" if i am right.If i check my mailq all the messages are showing as "deferred".
regards
Abhi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 08:34 PM
03-09-2006 08:34 PM
Re: Sendmail Problem in hp-ux 11.11
Also,
grep DS /etc/mail/sendmail.cf and restart sendmail. Also hope relay server allows you send emails.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 11:34 PM
03-09-2006 11:34 PM
Re: Sendmail Problem in hp-ux 11.11
# sendmail -v your_email@domain.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 01:41 PM
03-14-2006 01:41 PM
Re: Sendmail Problem in hp-ux 11.11
Thank you very much for all your valuable replies. I could solve the problem now. The problem was due to /etc/nsswitch.conf file was not exists in the server. Created /etc/nsswitch.conf. Now sendmail is working fine.
Thanks
Abhi