30 Jul
2019
30 Jul
'19
8:12 p.m.
Am 30.07.2019 um 19:33 schrieb Reio Remma via dovecot:
On 30.07.2019 20:07, Tom Diehl via dovecot wrote:
Does anyone have an Idea how to fix this?
Regards,
Perhaps see if there are any denials in SELinux audit log:
sudo grep denied /var/log/audit/audit.log | grep dovecot | audit2allow -a
Good luck, Reio
The proper search for dovecot AVCs would be:
aausearch -m avc -c dovecot | audit2why
audit2allow is not that helpful in the first approach.
Alexander