• 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

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