- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sendmail probs
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
01-17-2008 08:04 AM
01-17-2008 08:04 AM
sendmail probs
/root-> ps -ef|grep sendmail
root 8873 1 0 06:49:41 ? 0:00 sendmail: rejecting connections on port 25: load average: 26
Can anyone help me with how to make it
sendmail: accepting connections on port 25
BR,
Kapil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2008 08:14 AM
01-17-2008 08:14 AM
Re: sendmail probs
/sbin/init.d/sendmail stop
/sbin/init.d/sendmail start
then check the ps o/p.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2008 08:20 AM
01-17-2008 08:20 AM
Re: sendmail probs
Prior to restart.
tail -f /var/adm/syslog/mail.log
Then restart
Also examine the log file for errors. Post if sendmail fails to start properly.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2008 08:35 AM
01-17-2008 08:35 AM
Re: sendmail probs
I already tried to restart sendmail.
in mail.log there is nothing which could be suspected.
/sbin/init.d/sendmail stop
/sbin/init.d/sendmail start
Well I tried to start it again and
tail -f /var/adm/syslog/mail.log
is
Jan 17 09:34:04 graces2 /sbin/init.d/sendmail[8349]: #### rebooted ####
Jan 17 09:34:04 graces2 sendmail[8357]: alias database /etc/mail/aliases rebuilt by root
Jan 17 09:34:04 graces2 sendmail[8357]: /etc/mail/aliases: 7 aliases, longest 23 bytes, 98 bytes total
Jan 17 09:34:04 graces2 sendmail[8359]: starting daemon (8.9.3 (PHNE_29773)): SMTP+queueing@00:30:00
Still same output
sendmail: rejecting connections on port 25: load average: 26
This time load average port is changed fom 26 to 25.
BR,
Kapil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2008 10:21 AM
01-17-2008 10:21 AM
Re: sendmail probs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2008 12:31 PM
01-17-2008 12:31 PM
Re: sendmail probs
You can either reduce the load of your system (if necessary) or adjust the QueueLA and RefuseLA values in /etc/mail/sendmail.cf to appropriate values.
By default, sendmail will stop outgoing email if the five-minute load value goes over 8 and refuse any incoming mails if the load value is above 12.
Use the "uptime" command to see the current "load average" values.
MK