![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can I delete the file var/spool/mail/news? | dennisheazle | UNIX for Dummies Questions & Answers | 3 | 04-08-2008 11:12 PM |
| How safe is it to remove files(/var/spool/mail)? | larcom61 | UNIX for Dummies Questions & Answers | 2 | 12-02-2005 01:48 AM |
| in var/spool/mail, same entry with different users.... | yls177 | UNIX for Dummies Questions & Answers | 2 | 11-08-2002 10:18 AM |
| NOQUEUE: low on space ( have 0, SMTP-DAEMON needs 101 in /var/spool/mqueue) | Dolly | UNIX for Dummies Questions & Answers | 10 | 06-13-2002 10:33 AM |
| /var/spool/mqueue !!! | Wingman21 | UNIX for Dummies Questions & Answers | 3 | 06-11-2002 09:47 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Mail going to /var/spool/mqueue instead of being sent
Hello,
I have a bunch of cron jobs in the crontab. For some reason mail from the cron jobs started going to /var/spool/mqueue instead of being sent. Does anyone know why mail from cron jobs would go to the queue instead of being sent? |
|
||||
|
I believe I have figured out the problem. I found the following in the Sendmail man page:
# Queue-Only Load Average (option QueueLA): # # # # In order to limit load on a very busy system, sendmail can be # # configured to queue up low priority messages rather than attempt # # delivery immediately if the five-minute load average is greater # # than some integer value, by default 8. This value is defined on # # the line beginning O QueueLA=. # # # # Refuse-Connections Load Average (option RefuseLA): # # # # In order to limit load on a very busy system, the sendmail daemon # # can be configured not to accept SMTP connections if the five- # # minute load average is greater than some integer value, by # # default 12. This value is defined on the line beginning # # O RefuseLA= The load average on my server is at about 22 so mail is being queued instead of sent. I'll have to set the RefuseLA and QueueLA values higher in the Sendmail config file. |
![]() |
| Bookmarks |
| Tags |
| load average, performance |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|