• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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