Page 1 of 1

Recent Messages empty

Posted: 23 May 2017 21:10
by marco4711
Hi everybody!

after spending more than three hours trying to solve this problem on my own I finally decided to ask for help here.

I downloaded the VM Image (eFa-3.0.2.3-VMware) and deployed it on my ESXi server. Everything went smooth and mails are being processed correctly by eFa.

Unfortunately the "Recent Messages" remains blank even though mails were received and forwarded to my Exchange server.
Quarantine shows items in the most recent folder but when I click on the folder link also nothing shows up.

I've seen other users having a similar problem but no possible suggestion to fix it worked for me.

I hope someone can help me here as I really like eFa so far!

Cheers,
Marco

Re: Recent Messages empty

Posted: 24 May 2017 01:26
by marco4711
...a few hours later I was able to fix the problem :D

The /var/www/html/mailscanner/config.php file has a wrong path
// Paths
define('MAILWATCH_HOME', '/opt/mailwatch/mailscanner');

it should be:

// Paths
define('MAILWATCH_HOME', '/var/www/html/mailscanner');

Re: Recent Messages empty

Posted: 24 May 2017 09:38
by shawniverson
Well, crud, I hope the VMware image doesn't have that path in it! :oops:

I'm going to spin one up to confirm. If it does, well, crud, time to fix the image ... :roll:

Re: Recent Messages empty

Posted: 24 May 2017 09:41
by shawniverson
Doh! It does! Rats! :o

Re: Recent Messages empty

Posted: 24 May 2017 09:51
by shawniverson

Re: Recent Messages empty

Posted: 24 May 2017 09:59
by pdwalker
Welcome aboard Marco4711!

You know you've arrived when you find something for shawniverson to fix and he fixes it.

Re: Recent Messages empty

Posted: 26 May 2017 05:23
by marco4711
So great to see that eFa is a project that is really alive :clap:

I feel home here ;)