• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be 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.

Website hosting, but not hosting emails problem

DaveCampbell

New Pleskian
Hi all,

I'm hosting a website for a client. The have their email hosted by 123-reg.co.uk.

I have my email and their website run from the same server.

When I reply to their message, my server rejects it as invalid (server rejected address)
Everyone else can send to them, I can send to everyone else.

I think it's getting blocked by my sever.

I've added to the DNS records:


mail.clientsdomain.com MX mx1.123-reg.co.uk
*.clientsdomain.com MX mx0.123-reg.co.uk
.clientsdomain.com MX mx1.123-reg.co.uk
.clientsdomain.com TXT v=spf1 +a -all



SOA Record =
TTL - 2 hours
Refresh - 3 hours
retry - 1 hour
expire - 7 days
minimum - 5 mins

Any suggestions?
 
update

this needs to be done either at subscription level, or if needed using the following command:

/usr/local/psa/bin/domain -u thedomain.com -mail_service false
 
Back
Top