• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Any way to disable mail entirely?

TimU

New Pleskian
We want our customers to be able to use external email servers not on Plesk 10. For single domains, this can be accomplished by:

/usr/local/psa/bin/domain -u exampledomain.com -mail_service false

Is there a way to accomplish that ^ but on a level such that all domains provisioned will be that way by default? Is there a way outside of manually entering domains one at a time to to resolve this for existing domains?

Thanks,
 
Might be you can try :-

/usr/local/psa/bin/domain -u * -mail_service false

And then change the domain template to use external mx record and webmail ip

I am uncertain if that will work.
 
I had tried /usr/local/psa/bin/domain -u * -mail_service false

and received the following:

Cannot recognize option 'ai_prefs'
 
Back
Top