I setup global MTA size limits and that works great.
I'm trying to setup per user message size limits. So that
user.name@noc.com can send messages larger then the global setting. User names have been redacted for privacy.
I used the command found in this thread:
http://www.zimbra.com/forums/adminis...r-account.html Code:
zmprov ma user.name@noc.com amavisMessageSizeLimit 26214400
I then ran a zmprov ga to check it:
Code:
zmprov ga user.name@noc.com amavisMessageSizeLimit
# name user.name@noc.com
amavisMessageSizeLimit: 26214400
Then I tried to send a 15MB pdf attachment from my gmail account to the zimbra user and I got a bounce message from gmail saying it was too big.
Suggestions?