• 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Disabling Catchall Server Wide

B

BradleyB

Guest
Hi,

I would like to know if there is a way to disable the catch all's server wide. I have several clients that have this enabled and it is causing some major mail queue flooding issues (flooding with spam). I would like to know if there is an ssh command that can be run to disable the catch all features for all clients.
 
Update your Plesk mailserver and domains

Update your blacklists at your mail-server at the server-pannel settings.
Also could you use sbl.spamhaus.org or zen.spamhaus.org to protect domains from spam.

And at the domain preferences could you reject your spam at your mail box.
 
Old post, but I was seeking the same and ended up writing the following one-liner;

for i in `mysql -uadmin -p\`cat /etc/psa/.psa.shadow\` psa -Ns -e "select name from domains"`; do /usr/local/psa/bin/subscription_settings -u $i -no_usr reject; done
 
Back
Top