[DELETE USER] How to delete all user created

I can delete all user created with rm -r /home/user-data/mail/mailboxes/domain/
But with email mailbox_size: 0
Cant delete with ssh. Is there any solution for me? Tks

Archive the user in the admin UI.

SSH into box and run the command sudo rm -rf /home/user-data/mailboxes/domain/USERNAME

1 Like