Page 1 of 1

[SOLVED] An error occured while sending the quarantine report.

Posted: 08 Feb 2019 15:09
by stefandewal
When manually sending the quarantine report i get this error:

An error occured while sending the quarantine report.

I see nothing strange in apache error log, postfix log or php-fpm log

Does anyone have any ideas?

Re: An error occured while sending the quarantine report.

Posted: 08 Feb 2019 22:42
by shawniverson
Sounds like a SELinux denial.

If you try this and send the message, do you get some interesting output?

Code: Select all

sudo tail -f /var/log/audit/audit.log | grep -i denied

Re: An error occured while sending the quarantine report.

Posted: 10 Feb 2019 07:14
by stefandewal
shawn, i found it. it was really simple. i edited conf.php en set debug to true

after that i saw that i edited postfix a bit to much.

i only let postfix listen on 2 wan ip adresses and not localhost

So mailwatch couldnt connect to localhost

Re: [SOLVED] An error occured while sending the quarantine report.

Posted: 10 Feb 2019 15:03
by shawniverson
:clap: