HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- limit the number of outgoing smtp connections
Operating System - HP-UX
1833790
Members
2974
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
06-06-2004 08:00 PM
06-06-2004 08:00 PM
limit the number of outgoing smtp connections
Hi folks,
We send 1000's of mails to a messaging service daily using a private ISDN dailup line straight to their smtp box.
They are complaining that our server seems to be opening an smtp connection for every mail message. (They are probably exaggerating a little bit) They have limited their incoming smtp connections to 4. It there way I can limit the number of outgoing smtp connections on my side as wel?
We're on HPUX 11.0, sendmail 8.9.3
We send 1000's of mails to a messaging service daily using a private ISDN dailup line straight to their smtp box.
They are complaining that our server seems to be opening an smtp connection for every mail message. (They are probably exaggerating a little bit) They have limited their incoming smtp connections to 4. It there way I can limit the number of outgoing smtp connections on my side as wel?
We're on HPUX 11.0, sendmail 8.9.3
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2004 08:35 PM
06-06-2004 08:35 PM
Re: limit the number of outgoing smtp connections
Hi,
Probably you could set
ConnectionRateThrottle=4
for sendmail.
manish
Probably you could set
ConnectionRateThrottle=4
for sendmail.
manish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2004 08:43 PM
06-06-2004 08:43 PM
Re: limit the number of outgoing smtp connections
> Probably you could set
> ConnectionRateThrottle=4
> for sendmail.
> manish
Thanks for your reply Manish, but ConnectionRateThrottle applies to incoming
connections according to my oreilly bat bible.
"You slow incoming connections with the ConnectionRateThrottle option:"
> ConnectionRateThrottle=4
> for sendmail.
> manish
Thanks for your reply Manish, but ConnectionRateThrottle applies to incoming
connections according to my oreilly bat bible.
"You slow incoming connections with the ConnectionRateThrottle option:"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2004 09:13 PM
06-06-2004 09:13 PM
Re: limit the number of outgoing smtp connections
from http://www.software.hp.com/products/Sendmail/ :
Set the option in sendmail.cf using,
O SingleThreadDelivery
This option avoids letting two sendmails on the local machine open connections to the same remote host at the same time. This reduces load on the other machine, but can cause mail to be delayed (for example, if one sendmail is delivering a huge message, other sendmails won't be able to send even small messages). Also, it requires another file descriptor (for the lock file) per connection, so you may have to reduce ConnectionCacheSize to avoid running out of per-process file descriptors.
Regards,
Fred
Set the option in sendmail.cf using,
O SingleThreadDelivery
This option avoids letting two sendmails on the local machine open connections to the same remote host at the same time. This reduces load on the other machine, but can cause mail to be delayed (for example, if one sendmail is delivering a huge message, other sendmails won't be able to send even small messages). Also, it requires another file descriptor (for the lock file) per connection, so you may have to reduce ConnectionCacheSize to avoid running out of per-process file descriptors.
Regards,
Fred
--
"Reality is just a point of view." (P. K. D.)
"Reality is just a point of view." (P. K. D.)
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP