list-mailbox.pl
Dump inbox email for one user
This program is primarily for debugging and testing. It finds the email inbox for the user in the virtual server identified by the --domain flag whose login is set with the --user parameter, and outputs the contents in mbox format. Alternatley you can use the --filesonly flag to just have it print all the files containing the user's mail (typically just one if the system using mbox format, or many if Maildir is in use).
Command Line Help
usage: list-mailbox.pl --domain domain.name
--user name
[--filesonly]