• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Issue POP3_Issue_Plesk Obsidian 18.0.73

Server operating system version
CentOS Linux release 7.9
Plesk version and microupdate number
Obsidian 18.0.73

Technical Incident Notification - Plesk Obsidian 18.0.73​

Dear Plesk Support Team,

Following the upgrade to Plesk Obsidian version 18.0.73, we have encountered a technical issue related to the POP3 mail service managed by Dovecot.

Incident Description​

After updating Dovecot to version 2.4.1 included in Plesk Obsidian 18.0.73, POP3 clients began re-downloading all existing messages from the server. This behavior did not occur prior to the upgrade.

Identified Cause​

The issue has been traced to a change in the configuration parameter `pop3_uidl_format` within Dovecot. Prior to the update, the value was:

pop3_uidl_format = UID%u-%v

After the update, the default value changed to:

pop3_uidl_format = UID%{uid}-${uidvalidity}

This change in UIDL format caused POP3 clients to fail to recognize previously downloaded messages, resulting in a complete re-download.

Impact​

This behavior has affected multiple users utilizing POP3 clients, generating unnecessary traffic and confusion due to the reappearance of old emails.

Request​

We kindly request that this change in Dovecot's default configuration within Plesk Obsidian 18.0.73 be reviewed. We suggest restoring the previous value or allowing a persistent configuration that is not overwritten during future updates.

Additional Information​

Plesk Version: Obsidian 18.0.73
Dovecot Version: 2.4.1
Operating System: CentOS Linux release 7.9.2009 (Core)
Current Configuration: pop3_uidl_format = UID%{uid}-${uidvalidity}
Previous Configuration: pop3_uidl_format = UID%u-%v

We appreciate your attention and look forward to an official solution or recommendation.

Sincerely,
Jose A. Gil
 
Thank you for the report, @Jose Antonio Gil Parada . Our team is already working on a hotfix (PPP-69670), which should be released soon. In the meantime, the workaround our team suggests is to substitute ssl_prefer_server_ciphers = yes with ssl_server_prefer_ciphers=server and ssl_protocols with ssl_min_protocol in /etc/dovecot/conf.d/11-plesk-security-ssl.conf.
 
Back
Top