No PGP for Horde Mail in Plesk

When checking mail, I noticed the PGP option was not available. It should look like this: So, I followed this: https://support.plesk.com/hc/en-us/articles/115002313594-How-to-install-GnuPG-PHP-extension-for-Plesk-PHP- But still missing. How To Install and Use GPG Encryption In Linux In Order To Encrypt and Decrypt Files and Folder?

MySQL shows warning: Using unique option is deprecated and will be removed in a future release

Error when exporting a dump in plesk databases (See:https://docs.plesk.com/en-US/onyx/reseller-guide/website-management/website-databases/exporting-and-importing-database-dumps.69538/): Cause key_buffer and myisam-recover are deprecated in Mysql 5.5. myisam-recover option is renamed as of MySQL 5.5.3 to myisam-recover-options . Resolution 1. Log in to Plesk server via SSH 2. Correct /etc/my.cnf or /etc/mysql/my.cnf as below: Change pass to password See – https://serverfault.com/questions/670648/mysqldump-complains-about-chosen-databases-regardless-of-command-line

How to install SSH2 extension for PHP on Plesk?

Check settings in plesk: Tools and Settings > General > PHP Settings. Click on a php version: Through the OS vendor (CentOS 7 PHP 5.4.16 OS Vendor) Connect to the server via SSH; Install the pre-compiled extension packages: .rpm-based distribution (CloudLinux, CentOS, RHEL): .deb-based distribution (Debian, Ubuntu): Restart apache: Reload the handler You can check … Read more

Web server reconfiguration fails plesk. mod_python and mod_wsgi Apache modules are enabled at the same time.

Plesk upgrade produces error: Job for httpd.service failed because the control process exited with error code. See “systemctl status httpd.service” and “journalctl -xe” for details.   See: https://support.plesk.com/hc/en-us/articles/115002784134-Web-server-reconfiguration-fails-on-Debian-Ubuntu-with-Plesk-Curl-failed-Timeout-was-reached    

Add SSL to multiple subdomains in Plesk

Add a domain like this for the primary domain: *.domain.com The add the wildcard domain to that domain. According to the following link, once you update the wildcard SSL for the domain/subscription “*.domain.com ” it will affect all subdomains. https://support.plesk.com/hc/en-us/articles/213921605-Is-it-possible-to-create-and-use-wildcard-SSL-certificates-in-Plesk-

Plesk Optimization for 504 Gateway Time-out

A website is not accessible with “504 Gateway Time-out” Log files show: https://support.plesk.com/hc/en-us/articles/115000064929-A-website-is-not-accessible-with-504-Gateway-Time-out-The-timeout-specified-has-expired-client-203-0-113-2-54693-AH01075-Error-dispatching-request-to

How to Update the Default Plesk SSL (not domain ssl)

You can update the SSL through Plesk under Tools & Settings -> SSL/TLS Certificates. To change the default Plesk certificate and do not reassign certificates for all domains manually, do the following: In Plesk open Tools & Settings > SSL/TLS Certificates > Add > proceed with adding new certificate. Return to Tools & Settings > … Read more

Set up Sendgrid on Plesk

This is used to set up Sendgrid in Plesk for Azure email functionality. Set up a sendgrid account and set up the first email:  Ssh to the Azure server and make the following modifications: Find your Postfix config file, typically /etc/postfix/main.cf, and add the following: Now you need to specify your credentials (optionally, use apikey … Read more

Enable TLS version 1.2 on Plesk

Enabling TLS 1.2 and disabling other versions on Plesk. In order to use the steps outlined below, you will need to upgrade Plesk to it’s most recent version. You can do so within the System Overview section of the Home screen in Plesk Panel or by running Once you have completed the upgrade you can … Read more