- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SENDMAIL ERROR @ BOOT TIME
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
01-28-2008 08:12 AM
01-28-2008 08:12 AM
SENDMAIL ERROR @ BOOT TIME
I am facing a problem in a server at the boot time. The server boot process get stuck at the sendmail service option.
If I want to stop the service or daemon for the same, what should I do and which services/daemon I should stop.
Regards:
Arun Jain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2008 08:15 AM
01-28-2008 08:15 AM
Re: SENDMAIL ERROR @ BOOT TIME
This will disable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2008 08:32 AM
01-28-2008 08:32 AM
Re: SENDMAIL ERROR @ BOOT TIME
This problem comes commonly from misconfiguration that results in an invalid sendmail.cf file.
It is not recommended to run this daemon on systems that do not need to receive mail.
/etc/rc.config.d/sendmail
Set the start variable to zero.
You can have cron run sendmail -q
on a schedule to get mail off the machine to other destinations.
You will see errors in /var/adm/syslog/mail.log
They may be helpful in actually resolving the problem.
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
01-28-2008 08:45 AM
01-28-2008 08:45 AM
Re: SENDMAIL ERROR @ BOOT TIME
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2008 06:07 PM
01-28-2008 06:07 PM
Re: SENDMAIL ERROR @ BOOT TIME
Arun,
check you have defined DNS in /etc/resolv.conf ?
check /etc/nsswitch.conf
hosts: files dns
WK