• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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