• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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