How to check Message Listing from terminal

Questions and answers about how to do stuff
Post Reply
blake
Posts: 5
Joined: 20 Aug 2018 16:21

How to check Message Listing from terminal

Post by blake »

Hi all,
After an update to eFa we are not able to look at Search and Reports, Message Listing from the GUI. I was wondering how I could view this information from the CLI?

Best regards,

Blake
User avatar
pdwalker
Posts: 1553
Joined: 18 Mar 2015 09:16

Re: How to check Message Listing from terminal

Post by pdwalker »

There is no CLI interface for these things - not really. You could cobble something together, however, you had best spend the time finding out why your GUI is not working correctly.

Did you solve that problem yet?
blake
Posts: 5
Joined: 20 Aug 2018 16:21

Re: How to check Message Listing from terminal

Post by blake »

Have not solved this issue yet. I would think something with the mailscanner/rep_message_listing.php is corrupted as other php's are displaying data.
User avatar
shawniverson
Posts: 3644
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: How to check Message Listing from terminal

Post by shawniverson »

Try this:

Code: Select all

wget https://raw.githubusercontent.com/mailwatch/MailWatch/1.2/upgrade.php
chmod +x upgrade.php
sudo ./upgrade.php
Post Reply