• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

change domain mail settings

Status
Not open for further replies.

PlamenK

New Pleskian
Hello, folks

Is it possible to change domain mail settings via some plesk tool ?

We need to change mail settings on all domains on one Plesk server for "What to do with mail sent to nonexistent users" from "Bounce with message" to "Reject". On the server there are about 300 domains and it would very nice if we can use some plesk tool to make this change for each domain.
 
Use following script:

# 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 --update $i -no_usr reject; done

It will set "What to do with mail sent to nonexistent users" to reject for all your mailboxes on Plesk server.
 
Status
Not open for further replies.
Back
Top