Plesk Archives

I love Plesk – it’s a work of art that makes my life easier. Rather than a “programme” as such, it’s a web interface that takes control of several thousand services on a web server and makes administering domains and hosting a breeze.

Since 2012 I’ve been a certified Parallels Plesk Automation Technician.

How to fix ProFTP Handshake Trouble in Plesk

I fixed a problem this morning which wouldn’t let the latest version of FileZilla v3.10.1.1 connect to one of my client’s servers anymore. This had not been a problem in the past. The connection itself worked, but FileZilla failed due to a problem with the TLS Certificate. Here’s the error: Status: Initializing TLS… Error: Received … Read more

How (and when) to disable Plesk Mail Services

Imagine the following scenario: A website is hosted on Server 1. Let’s call it domain.com. The email services for domain.com are hosted on another server, let’s say with Google (via MX records set at the domain level). Email sent from other servers gets through fine, but when you send email from a domain also hosted on … Read more

How to recalculate statistics in Plesk

Plesk recalculates all usage statistics once every day as part of a daily maintenance script. Sometimes however you’ve made a change and would like to see statistics updated immediately rather than “sometime tomorrow”. The solution: run the statistics recalculations script manually. On CentOS the path to the file is /usr/local/psa/admin/sbin/statistics. When used on its own … Read more

How to install and secure Dovecot in Plesk 12

I’ve just installed the Dovecot Mail Service on one of my Plesk 12 servers. It’s an alternative to the old favourite Courier IMAP/POP and a new addition in Plesk 12. Dovecot does more or less the same as Courier (i.e. lets you receive mail), but it’s a bit more configurable and debug friendly. It also offers … Read more

How to allow Passive FTP Connections in Plesk

A little while ago I’ve written an article about opening Passive FTP Ports specifically for using Plesk on Amazon AWS. Here’s a slightly more condensed version about how to do this on any server if you need it. Passive FTP ports are not open by default when you install Plesk. To make it happen we … Read more

How to secure SMTP, POP and IMAP connections in Plesk

You’ve installed an SSL Certificate to secure your Plesk Panel, you’ve tested it with an SSL checker and sure enough: the ugly warning window doesn’t bother you or your customers anymore. But your email client still says that the server doesn’t have a valid certificate. What gives? The secret is this: SMTP, IMAP and POP3 … Read more