Symptoms
-
Mail stuck in the queue when Plesk Email Security extension is installed.
-
SELinux status is "Enforcing"
# getenfore
Enforcing
Cause
Product issue:
-
#EXTCERT-3139 "Fixed a database connection issue with SELinux in enforcing mode."
Fixed in:- Plesk Email Security 1.1.8 02 November 2020 (Linux)
Resolution
Please consider updating your server:
Workaround
If update is not possible for some reason apply the following:
workaround
As a workaround replace localhost with 127.0.0.1
-
Connect to the server via SSH
-
Execute the following command:
# sed -i.bak /DBI/s/localhost/127.0.0.1/ /etc/amavisd/email-security.conf
- Restart Amavisd:
# service amavisd restart