- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- sendmail reject connection on 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
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-05-2006 08:28 PM
тАО04-05-2006 08:28 PM
sendmail[954536]: rejecting connections on daemon Daemon0: load average: 40
sendmail[954536]: rejecting connections on daemon Daemon0: load average: 41
sendmail[954536]: rejecting connections on daemon Daemon0: load average: 41
Do you know how to stop these messages. Probably i can change the LA parameter in sendmail.cf but can i for example delete a queue message or just identify the message than doesnt want to be sent.
thanks for any suggestion.
Manuel Rottereau
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-05-2006 11:26 PM
тАО04-05-2006 11:26 PM
Re: sendmail reject connection on daemon
these files are in /usr/spool/mqueue.
greetings,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-06-2006 02:17 AM
тАО04-06-2006 02:17 AM
Re: sendmail reject connection on daemon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-06-2006 02:55 AM
тАО04-06-2006 02:55 AM
Re: sendmail reject connection on daemon
Use mailq -v to identify the message, then delete from /var/spool/mqueue as described before.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-06-2006 03:27 AM
тАО04-06-2006 03:27 AM
Re: sendmail reject connection on daemon
954536 is the pid of the sendmail process.
Why not increasing the parameter?
http://www.sendmail.org/m4/tweaking_config.html
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-06-2006 03:30 AM
тАО04-06-2006 03:30 AM
SolutionRun the command uptime. It will show you three values for system load average. If any or all of these are in the 40 or higher range, then you have exceeded the default parameter at which sendmail stops receiving mail.
They are found in /var/adm/sendmail/sendmail.cf as:
# load average at which we just queue messages
# The Alpha CPU is fast, so we don't settle for the default.
#O QueueLA=20
Ox20
# load average at which we refuse connections
#O RefuseLA=12
OX12
You can increase these values to something above the load average of your system then restart sendmail, but it will also add to the already high load of the system. Normally sendmail backs off and acts nice by refusing to contribute to a busy system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-06-2006 03:54 AM
тАО04-06-2006 03:54 AM
Re: sendmail reject connection on daemon
MAnuel Rottereau
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-06-2006 04:09 AM
тАО04-06-2006 04:09 AM
Re: sendmail reject connection on daemon
there is a point system here. Please have a look at http://forums1.itrc.hp.com/service/forums/helptips.do?#28
thanks,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-06-2006 07:20 PM
тАО04-06-2006 07:20 PM