cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1402
Views
0
Helpful
1
Replies

Modify Max Message Size for particular users

slizarraga
Level 1
Level 1

I have been requested to permit a group of users (identified with email accounts) to receive emails up to 30 MB. I have check that I have to make modifications in the HAT.

I think the only solution should be to create new policies:

Trusted-new

Blocked-new

Throttled-new

Accepted-new

and in every policy permit a Max Message Size of 30MB. After that, every user should be able to receive 30 MB emails.

Is there a way to permit that only for a group of receiving users, without considering the sender?

I would be glad if anybody get me a clue, thanks!!

Sergio

1 Reply 1

Bob Fayne
Level 1
Level 1

You would have to accept the message in the HAT and then use an Incoming Mail Policy to select recipient addresses. Add a content filter to that policy to select on size.

Since it sounds like only a few users should be able to recieve large messages you could use two policies.

1) Large message recipient policy

message size < 30mb, Action=DeliverNow

2) Default policy

If message > 10mb, Action=Bounce

You just can't bounce the messages right in the SMTP conversation is the only real limitation.