- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Sendmail problem
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
03-05-2003 12:02 PM
03-05-2003 12:02 PM
root 28933 1 0 13:58:18 ? 0:00 sendmail: rejecting connections
on port 25: load average: 52
I tried stopping and restaring sendmail but I am still having issues. Any suggestions? I can't seem to find anything in the mail.log file. Is there another place I can look?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 12:11 PM
03-05-2003 12:11 PM
Re: Sendmail problem
killsm (* stop sendmail daemon*)
sendmail -bd -q30m (* start sendmail daemon, check queue -q every 30 minutes *)
sendmail -bs (* obtain current version of executable and sendmail.cf *)
NOTE: It???s important to have the same version in both.
For a new sendmail.cf file with current version of executable:
cp /usr/newconfig/etc/mail/sendmail.cf /etc/mail/sendmail.cf
Change the DS variable to point to your mail relay. NOTE: Important to be able to ping your mail relay first.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 12:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 12:20 PM
03-05-2003 12:20 PM
Re: Sendmail problem
You should have a line in your sendmail.cf file that looks like this:
#0 RefuseLA=12
Make the 12 into a 60, and it should run, since it says your load average is 52.
The next question is, Is you load average really that high?
Good luck,
Vince
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 12:30 PM
03-05-2003 12:30 PM
Re: Sendmail problem
#0 RefuseLA=12
Make the 12 into a 60, and it should run, since it says your load average is 52.
Stopped and restarted sendmail and that did the trick. I looked in top and the high processes were related to a converter that we recently put on the system. We will have to look into that. Thanks for the quick responses!!!