How to set quota in zimbra email account
Set email account quota graphically from zimbra admin panel
Set email account quota from CLI
$ zmprov ma shahzad@example.com zimbraMailQuota 2000485000
Note: size 2000485000 in in byte, totaol = 2000 MB
Check status of set quota
$ zmprov ga shahzad@example.com | grep zimbraMailQuota
zimbraMailQuota: 2000485000
Step:
1. Login with zimbra admin panel
2. Go to Accounts and select email account
3. Edit account and go to Advanced
4. Under Accounts ==> set Account Qutoa(MB): 0
4. Save settings
Note: 0 means unlimited size, define quota accordingly. Here i have set 1000 MB mailbox quota size.
GUI snapshot:
Set email account quota from CLI
$ zmprov ma shahzad@example.com zimbraMailQuota 2000485000
Note: size 2000485000 in in byte, totaol = 2000 MB
Check status of set quota
$ zmprov ga shahzad@example.com | grep zimbraMailQuota
zimbraMailQuota: 2000485000