• 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.

"plesk scrubber" add-on

R

rossgile

Guest
I suggest adding some kind of plesk cleaner module to your application.

Here are my first suggestions to the "plesk scrubber":

1. Check all MX records that point to to a CNAME record. Suggest that you change them to A records. This will make your system run more efficient since when a MX record is referenced, there is only one lookup on the DNS server - not two with a CNAME record.

2. List all E-mail accounts that have no mailbox, forwarding or anything else. Obviously, e-mail accounts that are not setup to go anywhere are worthless in Plesk. I have one client that had over 100 e-mail accounts that were basically DOA (no mailbox, forwarding, group, etc.)

Do you any other suggestions? I bet if you add your own ideas, Plesk folks will create a "plesk scubber" for us to manage our hosting clients better.

- Ross
 
another suggestion:

Check all mailboxes to see if the SpamAssassin is turned on. I'm finding SpamAssassin turned off on a lot of mailboxes on my server.

It would be nice to tell "plesk scrubber" to turn on SpamAssassin on all mailboxes.

- rg
 
Originally posted by me in this thread

Another bad thing: It would be much better to store SA-Config (enabled/disabled for specific mailbox) in the corresponding table (psa/mail) than copying the mailadress to an other table (psa/sa_conf). So one could turn on (or off) SA for all existing mailboxes (server-wide oder for single domains) via sql-script.
Perhaps for the next update...
 
Back
Top