- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: The 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
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
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
тАО08-16-2005 07:16 PM
тАО08-16-2005 07:16 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-17-2005 04:00 AM
тАО08-17-2005 04:00 AM
Re: The sendmail problem
/usr/sbin/sendmail -bd -q30m && echo "sendmail"
but You shouldn't modify here, as this script will be overwritten by patches.
rather, You could re-scan the mailqueue in a shorter interval.
the following document has a lot of information for You:
http://docs.hp.com/en/5991-0707/ch02s10.html
As far as I know, sendmail should re-read and spool out the queue very shortly after a new mail is enqueued, so You might want to do some debugging :(
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-17-2005 04:01 AM
тАО08-17-2005 04:01 AM
Solutionhttp://docs.hp.com/en/5991-0707/ch03s02.html#ciheehcc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-17-2005 06:02 AM
тАО08-17-2005 06:02 AM
Re: The sendmail problem
If it is default working mode , then I would like to suggest followings
Don't run Sendmail in deamon mode all the time . Make it run at a specifed interval and process the mail queue.
Make an entry in root crontab for it. I guess
5 sec is too low for it. Consider 1-5 mints.
Please note , sendmail when try to process the queue , it will do for all pending mails to be sent and not one mail at a time. So you can schedule the sendmail at a specific interval which will have sufficient mail queue without flooding it and thus avoid lost mails..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-18-2005 10:49 PM
тАО08-18-2005 10:49 PM
Re: The sendmail problem
entries. Essentially, this will stop
reading each queue directory after this
number of entries are reached . MaxQueueChildren - Limits the maximum number
of concurrent queue runners active. MaxRunnersPerQueue - Only active when MaxQueueChildren
defined. Controls the maximum number
of queue runners (aka queue children)
active at the same time in a work
group. Set the value of MaxQueueRunSize to 100 or something , MaxQueueChildren to 3 , MaxRunnersPerQueue 3 and try restarting sendmail and check .