• 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

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