- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Sendmail daemon will not startup.
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
04-10-2006 05:56 AM
04-10-2006 05:56 AM
Sendmail daemon will not startup.
start... User unknown
I looked in /var/adm/syslog.mail.log and all that is in there after I run the sendmail start command is alias database /etc/mail/aliases.db out of date.
I have looked at the mail aliases file and nothing looks out of the ordinary as a matter of fact it is the same as some of my other servers. I am running HP-UX 11.23 on the server. There have been no new patches installed on this server since the last time I add a mail aliase to this file and restarted the sendmail daemon.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2006 06:23 AM
04-10-2006 06:23 AM
Re: Sendmail daemon will not startup.
and then restart the sendmail from /sbin/init.d/sendmail start
-USA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2006 06:29 AM
04-10-2006 06:29 AM
Re: Sendmail daemon will not startup.
>>/usr/sbin/sendmail start
/usr/sbin/sendmail is the actual binary/daemon, not the start script. If you wanted to send someone an email, you could:
/usr/sbin/sendmail dkoleary@olearycomputers.com << eof
Subject: testing
this is a test of the emergency broadcasting system.
eof
If you want to start the daemon, update /etc/rc.config.d/mailservs; ensure SENDMAIL_SERVER=1, then run
/sbin/init.d/sendmail start
(not /usr/sbin)
HTH;
Doug
------
Senior UNIX Admin
O'Leary Computers Inc
linkedin: http://www.linkedin.com/dkoleary
Resume: http://www.olearycomputers.com/resume.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2006 06:32 AM
04-10-2006 06:32 AM
Re: Sendmail daemon will not startup.
export SENDMAIL_SERVER=1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2006 06:36 AM
04-10-2006 06:36 AM
Re: Sendmail daemon will not startup.
In addition to starting sendmail via /sbin/init.d/sendmail vs /usr/sbin/sendmail, you can update the aliases datbase by running /usr/sbin/newaliases. You don't have to actually stop/restart sendmail although that would definitely do it.
Doug
------
Senior UNIX Admin
O'Leary Computers Inc
linkedin: http://www.linkedin.com/dkoleary
Resume: http://www.olearycomputers.com/resume.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2006 06:38 AM
04-10-2006 06:38 AM