- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Sendmail message size limit per domain
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
05-27-2006 02:20 AM
05-27-2006 02:20 AM
Sendmail message size limit per domain
My superior would like to limit the size of the mails per domain... how can i do it in sendmail acting as a mail relay? I 've tried duplicating the mail agent and add the M= option but it doesn't work... so I think the best option is a rule for it... I am not versed in rule... I appreciate any help from you guys.
Regards,
LAT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2006 07:24 AM
05-27-2006 07:24 AM
Re: Sendmail message size limit per domain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2006 11:19 AM
05-29-2006 11:19 AM
Re: Sendmail message size limit per domain
Sendmail, whilst it can be set up to accept for a wide variety of domains, protocols, and with vast amounts of options, have no nice rules for messages size limits.
It has *ONE* option:
O MaxMessageSize=
This applies to all incoming mails, as well as all outgoing mails. It's granulated enough to do a per-domain size limit.
So yea, look at a Milter. We use custom (perl) milters to limit message size (and other things) by user class. It's pretty easy to do (even easier as there is one written already).
Good luck! :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2006 09:35 PM
05-29-2006 09:35 PM
Re: Sendmail message size limit per domain
do you mean "it isn't"?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2006 11:26 PM
05-29-2006 11:26 PM