• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Issue Unable to install Plesk Email Security

Cav3n

New Pleskian
Server operating system version
CentOS 6.10
Plesk version and microupdate number
18.0.31
Hi,
I tried to install Plesk Email Security (1.3.3-307) but got the following error message
Surprisingly, the extension is still listed as installed. However, opening it returns another error about Dovecot not being installed or activated.

I'm running CentOS 6.10, Plesk 18.0.31.

Does anybody have a clue what's going wrong?
 
Sorry, herer comes the error message..
  • Execution of post-install.php failed. Error message: [2022-08-04 15:23:09.764] ERR [extension/email-security] DB query failed: SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 1000 bytes, query was: CREATE TABLE `emailsecurity`.`awl` ( `username` VARCHAR(100) NOT NULL DEFAULT '', `email` VARBINARY(150) NOT NULL DEFAULT '', `ip` VARCHAR(40) NOT NULL DEFAULT '', `msgcount` INT(11) NOT NULL DEFAULT '0', `totscore` FLOAT NOT NULL DEFAULT '0', `signedby` VARCHAR(150) NOT NULL DEFAULT '', `last_hit` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`username`, `email`, `signedby`, `ip`) )
  • [2022-08-04 15:23:13.992] ERR [extension/email-security] Execution filemng has failed with exit code 1, stdout: Retrieving https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
  • , stderr: curl: (22) The requested URL returned error: 403 Forbidden
  • error: skipping https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm - transfer failed
 
CentOS6 is end-of-life and no longer supported by Plesk.



Regarding the epel rpm error, you could try to change the baseurl in /etc/yum.repos.d/epel.repo to something like this:

baseurl=http://archives.fedoraproject.org/pub/archive/epel
 
Last edited:
Back
Top