Jose Antonio Gil Parada
New Pleskian
- 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.73Dovecot 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