• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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