  | | | Sendmail Max Message Size | Sendmail Max Message Size 2006-02-23 - By Chris Adams
Back Once upon a time, Thom Paine <painethom@(protected)> said: > I'm looking to have a max message size that my one server accepts of > 4M. However, I have a group of users who need to be able to bypass > this limit as they regularly receive email attachments of surveillance > videos that can be as large at 10M. > > Is there a way to define a message size of 4M for everyone else except > for this group?
You'd have to set the max message size to the max allowed for any user, and then write a custom check_rcpt ruleset to check ${msg_size}.
Alternately, there is a Maxsize field for mailers (I don't know when sendmail checks it though); it may be possible to use a mailertable to select a different mailer for some users with a different size. You'd still have to set the overall max message size to the max allowed for any user and then lower it via the mailer field. -- Chris Adams <cmadams@(protected)> Systems and Network Administrator - HiWAAY Internet Services I don't speak for anybody but myself - that's enough trouble.
-- Taroon-list mailing list Taroon-list@(protected) https://www.redhat.com/mailman/listinfo/taroon-list
|
|
 |