Page 1 of 1

Logout from ssh and Mailwatch access

Posted: 18 Jul 2017 06:14
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

Re: Logout from ssh and Mailwatch access

Posted: 21 Jul 2017 03:37
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/"

Re: Logout from ssh and Mailwatch access

Posted: 20 Aug 2017 23:45
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