Logout from ssh and Mailwatch access

Report bugs and workarounds
Post Reply
Stuart
Posts: 12
Joined: 28 Apr 2016 00:56

Logout from ssh and Mailwatch access

Post by Stuart »

Hi,

Just deployed a fresh EFA install at a site today. All latest updates, etc. Working fine, but two small issues.

1. I am unable to logout from ssh. Option "0" just goes straight back to the menu.
2. Browsing to http://yourefaserver/ just gives a blank page. Browsing to http://yourefaserver/mailscanner/status.php brings up the login okay.

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

Re: Logout from ssh and Mailwatch access

Post by pdwalker »

without logging into your system, it'd be hard to diagnose for me regarding your logout problem.

For your webpage problem, go to /var/www/html/ directory and look for index.html. It should look like this:

Code: Select all

<!DOCTYPE html>
<html>
 <head>
  <title>MailWatch</title>
  <meta http-equiv="refresh" content="0; url=/mailscanner/" />
 </head>
 <body>
 </body>
</html>
which basically says, "refresh to the page at /mailscanner/"
Stuart
Posts: 12
Joined: 28 Apr 2016 00:56

Re: Logout from ssh and Mailwatch access

Post by Stuart »

I know it has been a month, but they are not big issues and not worth trying to resolve.

The logout problem is not a big deal. I just use option 1 to get to the command line, and then "logout".

The webpage problem only seems to happen from one computer. I'm guessing the meta refresh is being blocked.

Thanks
Post Reply