Welcome, if you would like to post a comment please register.
We also encourage you to explore all things Zimbra with our team and members of the community.
When messages are "hard deleted" (nightly purge, empty spam/trash folder), they are permanently gone from that user's mailbox. Each message is stored as a single file on disk, so deleting mail from the system is the same as a normal Linux/Mac file delete.
Thanks for your prompt response. What do you mean by "Hard Delete"? Is this equivalent to a "wipe"? Does this mean that it is impossible to recover the email even with special programs? Thanks.
Q: How can I recover (undelete) deleted files from my ext3 partition?
Actually, you can't! This is what one of the developers, Andreas Dilger, said about it:
In order to ensure that ext3 can safely resume an unlink after a crash, it actually zeros out the block pointers in the inode, whereas
ext2 just marks these blocks as unused in the block bitmaps and marks the inode as "deleted" and leaves the block pointers alone.
I'm using the ext3 filesystem under Red Hat EL 4 64-bit, so it looks like I don't need to worry about deleted emails hanging around.