• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Turning off email

T

tnats@

Guest
I moved my email over to another hosting provider but still use Plesk for my domain. I have some email forms on my website that go to [email protected]. The problem is I have my MX records set for the other hosting service but emails from the website still get delivered locally. If I turn off email, I never get them anywhere.

How do I turn off email on a domain so it looks at the MX records and gets delivered correctly?

Thanks for the help,
Tom
 
Hi,

Simply turn off mail in Parallels Plesk > Domains > select domain > Mail > Turn off
Makesure that after you turn off mail for domain it is being removed from /var/qmail/control/rcpthosts

In this case script will send mail to the servers that are listed as MX records for domain.
If it does not arrive on remote server then make sure that from Parallels Plesk server MX records for domain are seen correctly:
host -tMX domain_name (run on plesk server and make sure correct MXes are returned)

You can also check maillogs on remote mail server to check why nothing arrives on it.
 
Back
Top