...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');