• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Issue Error with Plesk Email Security, mails does not arrive at all

SalvadorS

Regular Pleskian
Hello,

Clients can´t receive any mail. If I take a look at the logs:

relay=none, delay=0.71, delays=0.7/0/0/0, dsn=4.4.1, status=deferred (delivery temporarily suspended: connect to 127.0.0.1[127.0.0.1]:10024: Connection refused)

Amavis is dead:

service amavisd status | grep Active
Active: inactive (dead)

I can´t restart it:

systemctl restart amavisd
Failed to restart amavisd.service: Unit amavisd.service failed to load: No such file or directory.

I can´t unistall it from plesk. When I go to Extensions -> Plesk Email Security -> Open

I see this error:

SQLSTATE[HY000] [1045] Access denied for user 'es_baylevr'@'localhost' (using password: YES)

How can I solve this? How can I unistall the extension via ssh?
 
Hello,

Clients can´t receive any mail. If I take a look at the logs:

relay=none, delay=0.71, delays=0.7/0/0/0, dsn=4.4.1, status=deferred (delivery temporarily suspended: connect to 127.0.0.1[127.0.0.1]:10024: Connection refused)

Amavis is dead:

service amavisd status | grep Active
Active: inactive (dead)

I can´t restart it:

systemctl restart amavisd
Failed to restart amavisd.service: Unit amavisd.service failed to load: No such file or directory.

I can´t unistall it from plesk. When I go to Extensions -> Plesk Email Security -> Open

I see this error:

SQLSTATE[HY000] [1045] Access denied for user 'es_baylevr'@'localhost' (using password: YES)

How can I solve this? How can I unistall the extension via ssh?
Also I can´t unistall it manually:

plesk bin extension -u email-security
[2022-01-31 10:52:35.713] ERR [extension/email-security] The execution of pre-uninstall.php has failed with the following message:
[2022-01-31 10:52:35.167] ERR [extension/email-security] SQLSTATE[HY000] [1045] Access denied for user 'es_baylevr'@'localhost' (using password: YES)
[2022-01-31 10:52:35.702] ERR [extension/email-security] DB query failed: SQLSTATE[HY000]: General error: 1008 Can't drop database 'emailsecurity'; database doesn't exist, query was: DROP DATABASE `emailsecurity`
The execution of pre-uninstall.php has failed with the following message:
[2022-01-31 10:52:35.167] ERR [extension/email-security] SQLSTATE[HY000] [1045] Access denied for user 'es_baylevr'@'localhost' (using password: YES)
[2022-01-31 10:52:35.702] ERR [extension/email-security] DB query failed: SQLSTATE[HY000]: General error: 1008 Can't drop database 'emailsecurity'; database doesn't exist, query was: DROP DATABASE `emailsecurity`

exit status 1
 
Back
Top