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. Alternately 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
virtualmin list-mailbox --domain domain.name --user name [--filesonly]