• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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