Purging or Deleting all mails from folder inbox in Zimbra —
Deleting mails from an entire inbox (purging) can be done in a few ways on Zimbra :
zmmailbox -z -m user@domain.com emptyFolder /Inbox
or
zmmailbox -a admin -p password -m user@domain.com emptyFolder /Inbox
or
zmmailbox
mbox> adminAuthenticate -u https://server.domain.com:7071 admin@domain.com password
mbox> selectMailbox user@domain.com
mbox user@domain.com> emptyFolder /Inbox
Categorised as: Linux | Zimbra
Comments are disabled on this post