• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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