• 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!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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