I'm running a command from a script, but getting this error:
Code:
ERROR: account.INVALID_ATTR_VALUE (zimbraMailQuota must be a valid long: 1M)
This is the command I'm running:
Code:
cc NormalUsers zimbraMailQuota 1M
What's the issue here? I'm trying to max out the mail quota to 1000kb. I'm assuming the M stands for Megabyte.