- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- mail bouncing 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
02-04-2003 12:25 PM
02-04-2003 12:25 PM
mail bouncing problem
I have an hp-ux 10.20 box dcsmail serving as mail server, recently I as the postmaster got a lot of undelivered mails.
I checked the mail.log and got the following info:
# echo "This is from host scheffel to marsha" | mail marcysh@uxprod.foo.com
#
Feb 4 11:13:49 dcsmail sendmail[7876]: LAA07876: from=
Feb 4 11:13:49 dcsmail sendmail[7878]: LAA07876: to=
Where is the problem on uxprod.foo.com?
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2003 01:03 PM
02-04-2003 01:03 PM
Re: mail bouncing problem
the entry is correct in the conf file
# more /etc/nsswitch.conf
hosts: dns nis [NOTFOUND=return] files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2003 01:09 PM
02-04-2003 01:09 PM
Re: mail bouncing problem
But your relay server is rejecting mail. It needs to be configured to accept and relay mail from your servers IP address.
For more diagnostics, run this command.
/usr/sbin/sendmail -v -d8.99 -d38.99 stevenprotter@yourdoimain.com
This will let you see a little more about what goes on behind the scenes.
You already have enough information to talk to whomever is responsible for that relay server. If its you, look at the /etc/mail/access file. Add your server as a RELAY entry.
Rebuild the hash files, stop and start sendmail and you are good to go.
P
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
02-04-2003 01:58 PM
02-04-2003 01:58 PM
Re: mail bouncing problem
On uxprod.foo.com, sendmail daemon is not running. Or it is setup with tcp_wrappers or firewall that is it not accepting connections from your server.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2003 06:52 PM
02-04-2003 06:52 PM
Re: mail bouncing problem
you are right, the sendmail daemon is not running on the client machine. But when the owner try to run it by /sbin/init.d/sendmail start, it always fail with some errors. even though they copy a uncorrupted sendmail.
I am not sure they run it and do not have root access on that machine. Only receive message when there is a problem.