Search found 3 matches

by marco4711
26 May 2017 05:23
Forum: 3.x Bugs
Topic: Recent Messages empty
Replies: 6
Views: 5299

Re: Recent Messages empty

So great to see that eFa is a project that is really alive :clap:

I feel home here ;)
by marco4711
24 May 2017 01:26
Forum: 3.x Bugs
Topic: Recent Messages empty
Replies: 6
Views: 5299

Re: Recent Messages empty

...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');
by marco4711
23 May 2017 21:10
Forum: 3.x Bugs
Topic: Recent Messages empty
Replies: 6
Views: 5299

Recent Messages empty

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 ...