• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Resolved Plesk Email Security bug aftermath - script to push server wide settings to all mailboxes

TomBoB

Silver Pleskian
Server operating system version
AlmaLinux 8.10
Plesk version and microupdate number
Plesk 18.0.68 #1
In order to resolve the non-delivery of mails during the PES bug the PES extension was removed, then reloaded. Resolved it on most servers but had the after effect that the mailbox security settings were reset to default (for most).
Server wide security settings are as they should be. Custom level, send to Spam folder, certain allow and block lists.
Anyone know which CLI command to use to push those server wide settings to all mailboxes on an effected server?
 
Thanks for the question, Tom. For anyone else who might come across this issue, you should be able to achieve that using the following command:

plesk ext email-security --settings-reset-policy

(Reset spam policy to server default for all users - no values)

To be on the safe side, please create a backup copy beforehand, just in case:

plesk db dump emailsecurity > emailsecurity.sql
 
Back
Top