• 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.

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