I feel home here
Search found 3 matches
- 26 May 2017 05:23
 - Forum: 3.x Bugs
 - Topic: Recent Messages empty
 - Replies: 6
 - Views: 5435
 
Re: Recent Messages empty
So great to see that eFa is a project that is really alive  
 
I feel home here
					I feel home here
- 24 May 2017 01:26
 - Forum: 3.x Bugs
 - Topic: Recent Messages empty
 - Replies: 6
 - Views: 5435
 
Re: Recent Messages empty
...a few hours later I was able to fix the problem  
 
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');
					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');
- 23 May 2017 21:10
 - Forum: 3.x Bugs
 - Topic: Recent Messages empty
 - Replies: 6
 - Views: 5435
 
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 ...
					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 ...