Plesk

Dovecot warnings in mail log: You can get a new clean config file with: doveconf -Pn > dovecot-new.conf – Plesk

Symptoms

Cause

The Dovecot configuration contains an obsolete SSL version directive. The ssl_protocols directive has been replaced with ssl_min_protocol in new versions of Dovecot but is still present in the configuration.

Resolution

  1. Connect to the server via SSH

  2. Open the file /etc/dovecot/conf.d/11-plesk-security-ssl.conf in any text editor (For example, vi editor)

  3. Find the ssl_protocols line and comment it, for example:

    ssl_protocols = TLSv1 TLSv1.1 TLSv1.2

    Should become:

    #ssl_protocols = TLSv1 TLSv1.1 TLSv1.2

  4. Restart Dovecot:

    # systemctl restart dovecot

Exit mobile version