- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sendmail tcp parameter
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-14-2003 02:26 AM
тАО04-14-2003 02:26 AM
I want to know the recommandataion values of tcp parameters in mail server.
Best regards...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-14-2003 03:53 AM
тАО04-14-2003 03:53 AM
Re: sendmail tcp parameter
The Sendmail process comes with a default configuration file which can be reviewed in /usr/newconfig/etc/mail/sendmail.cf.
The actual configuration file is in:
/etc/mail/sendmail.cf.
This file should be the same on every server to have good working 'relations'. So note the byte count and compare the byte count on your other HP-UX servers.
Also check the sendmail versions of the program and the configuration file on every HP-UX server:
sendmail -bs
They should all be at the same version but many times customers forget to copy in the new configuration file, noted above in /usr/newconfig.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-15-2003 05:41 AM
тАО04-15-2003 05:41 AM
Re: sendmail tcp parameter
It's not clear what you're asking about. Are you interested in kernel parameters or sendmail parameters? Which ones?
(Michael: You can't mean literally that the sendmail.cf files should be the same on all servers, can you? Certainly they should tend to be as similar as possible, but if they all have the same Cw macro, for instance, things would be very interesting.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-15-2003 05:44 AM
тАО04-15-2003 05:44 AM
Re: sendmail tcp parameter
Specific to the versions, for example, 8.8.6 vs. 8.9.3, etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-16-2003 06:04 AM
тАО04-16-2003 06:04 AM
SolutionBerlene
The tuning items of highest concern for best sendmail performance are:
Maximize file descriptor limits
Disable source-routed packets
Maximize the number of simultaneous TCP/IP connections
Maximize TCP/IP buffer size
Decrease TCP/IP keepalive intervals.