Knowledge Base
The VMware Knowledge Base provides support solutions, error messages and troubleshooting guides

|
Manually purging the Zimbra Mailbox Dumpster fails with errors (2036112)
Symptoms
- Installing or upgrading to Zimbra Collaboration Server 8.0.x, manually purging a mailbox dumpster using command syntax from Zimbra Collaboration Server 7.x fails with errors:
-
- zmmailbox -z -m user@domain.com
mailbox: user@domain.com, size: 29.96 GB, messages: 1493485, unread: 819934
authenticated as user@domain.com
mbox user@domain.com> emptyDumpster
ERROR: service.PERM_DENIED (permission denied: only admins can delete from dumpster)
-
zmsoap -z -m user@domain.com EmptyDumpsterRequest
ERROR: service.PERM_DENIED (permission denied: only admins can delete from dumpster)
- zmmailbox -z -m user@domain.com
- The command exits in error and does not remove dumpster items.
Cause
Resolution
To resolve this issue, you must use the -A or --admin-priv flag with zmmailbox and zmsoap to execute the request with admin privileges.
A request like EmptyDumpsterRequest requires admin privileges (i.e. - an admin token), even though it is executed under the context of the mailbox.
zmmailbox -z -A -m user@domain.com emptyDumpster
or
zmsoap -z -A -m user@domain.com EmptyDumpsterRequest
Additional Information
For more information, see the zmmailbox documentation in the Zimbra Administrator's Guide.
Note: The change to add the --admin-priv option has been added in Zimbra Collaboration Server 8.0.x as part of work completed for Zimbra bug 65429.
Request a Product Feature
To request a new product feature or to provide feedback on a VMware product, please visit the Request a Product Feature page.
Actions
KB:
- Updated:
- Categories:
- Languages:
- Product Family:
- Product(s):
- Product Version(s):

