- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Hangs up when starting Mail Daemon
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-2002 11:12 AM
02-04-2002 11:12 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2002 11:18 AM
02-04-2002 11:18 AM
Re: Hangs up when starting Mail Daemon
export SENDMAIL_SERVER=0
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2002 11:22 AM
02-04-2002 11:22 AM
Re: Hangs up when starting Mail Daemon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2002 11:24 AM
02-04-2002 11:24 AM
Re: Hangs up when starting Mail Daemon
You seem to be having quite a few issues with this server. Did you just "build" it? What kind of HP9000 is it? Do you know when the last "bundled" patch set was installed? Is the HPux OS 64bit or 32bit?
Also, is this server on a network?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2002 11:30 AM
02-04-2002 11:30 AM
Re: Hangs up when starting Mail Daemon
To find the file that has this directive, do this:
find / -type f -size -5000c -exec grep -l SENDMAIL_SERVER {} \;
and if you find a file that says "export SENDMAIL_SERVER=1", change it to "export SENDMAIL_SERVER=0".
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2002 11:37 AM
02-04-2002 11:37 AM
Re: Hangs up when starting Mail Daemon
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2002 11:50 AM
02-04-2002 11:50 AM
Re: Hangs up when starting Mail Daemon
I guess you don't have a lot of room to work in!
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2002 11:52 AM
02-04-2002 11:52 AM
Re: Hangs up when starting Mail Daemon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2002 11:55 AM
02-04-2002 11:55 AM
Re: Hangs up when starting Mail Daemon
Make it so,
SENDMAIL_SERVER=0
as suggested above.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2002 12:11 PM
02-04-2002 12:11 PM
Re: Hangs up when starting Mail Daemon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2002 12:18 PM
02-04-2002 12:18 PM
Solution1) Check /etc/hosts -- Make sure that you have the correct name, fully qualified name, and IP address.
2) Check /etc/nsswitch.conf -- if it exists, make sure the 'hosts' line looks like:
hosts: files [NOTFOUND=continue] dns
3) Check /etc/resolv.conf -- if it exists, make sure the domain name and your dns servers are correct.
To check that all is working as it should be try doing:
# nslookup machine_name
# nslookup machine_ip_address
Each of the above should return the appropriate information for this machine.