• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

viewing e-mail boxes from command line

J

joneschw1

Guest
Hi all, I am migrating from a cobalt machine, and it had a great functionality where I could use mutt to look at mailboxes as needed. I could change to a different user's mailbox as root. This was especially nice to see if a user was having an actual issue, or if they just didn't have any e-mail. Is this functionality in Plesk, and if so, how do I do it? Thanks for the help.
 
you can check the dirs in

/var/qmail/mailnames/DOMAINNAME/username/Mailbox/{cur,new}

and view the files with cat

--

or you dump out the passwords and login vie webmail to help them out

br
herby
 
Since email is in maildir format with Plesk you need to tell mutt that:

mutt -f /var/qmail/mailnames/DOMAIN/USER/Maildir -m maildir

Where DOMAIN is the domain in question and USER is the user in question.

This seems to work for me.

M
 
Back
Top