• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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