- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cron jobs no longer sending email
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
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
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-01-2002 06:56 AM
тАО04-01-2002 06:56 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2002 07:02 AM
тАО04-01-2002 07:02 AM
Re: cron jobs no longer sending email
# ps -ef|grep cron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2002 07:04 AM
тАО04-01-2002 07:04 AM
Re: cron jobs no longer sending email
- check the mail log for errors
- check the output of mailq -v -d run as root for mail that has been delayed
- make sure sendmail is still running
- check the size of the user's mailbox; if you have disk quota's enabled or if the file system is full no new mail can get saved
- verify that the crontab hasn't changed
- verify that /etc/mail/sendmail.cf hasn't changed
- see if you can send mail from that login ID at the command line to that login ID
HTH
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2002 07:55 AM
тАО04-01-2002 07:55 AM
Re: cron jobs no longer sending email
LAA25996 9501 20919501+Mar 27 11:15 swcron
(alias database unavailable)
swcron
KAA23391 245 21000260+Mar 27 10:45 root
(alias database unavailable)
swcron
KAA23382 9501 21009501+Mar 27 10:45 swcron
(alias database unavailable)
swcron
GAC13215 9277253 22626050 Mar 29 06:13 MAILER-DAEMON
(alias database unavailable)
(---:postmaster---)
root
CAE27629 9275602 23344639 Mar 29 02:05 MAILER-DAEMON
(alias database unavailable)
root
PAF20293 5940395 26039192 Mar 27 15:28 MAILER-DAEMON
(alias database unavailable)
(---:postmaster---)
root
LAD26402 5938744 26757781 Mar 27 11:20 MAILER-DAEMON
(alias database unavailable)
root
KAA09759 (no control file)
====finis: stat 0 e_id=NOQUEUE e_flags=1
#
ANY IDEAS?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2002 08:02 AM
тАО04-01-2002 08:02 AM
Re: cron jobs no longer sending email
You've lost or corrupted your /etc/mail/aliases or the .dir or .pag file(s).
It can be built or rebuilt with the sendmail -bi command.
See man sendmail for details.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2002 08:04 AM
тАО04-01-2002 08:04 AM
Solutionaliases: files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2002 08:10 AM
тАО04-01-2002 08:10 AM
Re: cron jobs no longer sending email
check /etc/mail for
aliases
and
aliases.db
if you dont have aliases copy it over form:
/usr/newconfig/etc/mail/aliases
then run
sendmail -bi
and stop and start sendmail
/sbin/init.d/sendmail sotp
/sbin/init.d/sendmail start
if you already have aliases and not the .db just do
sendmail -bi
and stop and start sendmail
/sbin/init.d/sendmail sotp
/sbin/init.d/sendmail start
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2002 08:14 AM
тАО04-01-2002 08:14 AM
Re: cron jobs no longer sending email
/usr/sbin/sendmail -or2h -q
and then do mailq -v too see if they all went.
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2002 08:28 AM
тАО04-01-2002 08:28 AM
Re: cron jobs no longer sending email
Clarification...aliases.dir & aliases.pag are ONLY created/needed if you are using NIS or NIS+
The .db is all you need if you're not.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2002 08:32 AM
тАО04-01-2002 08:32 AM