I have a hosting client who has a customer that can't email them. When they do, they get an error that:
SMTP error from remote mail server after initial connection:
550 Your country is not allowed to connect to this server.
This is definitely originating from my server:
I use WHM > Email > Filter Incoming Emails by Country to block all except Canada, Cocos Islands, French Southern Territories, Northern Mariana Islands, Puerto Rico, Saint Barthelemy, Saint Helena, US Minor Outlying Islands, and United States. So it appears that somewhere along the way, they have an IP that's coming from outside of this range.
The client can email ME, though, which I don't understand at all. They also said that it doesn't matter whether they email from a local computer or via webmail, they both give the same error (which eliminates a local virus, which was my first thought). Their sites are hosted with siteground.com.
I had them run tracert hostedclientdomain.com, and they are definitely coming from a US IP. There are 19 hops:
Using ssh, when I dig theirdomain.com the "answer section" is Google Cloud:
Then the "additional section" is Amazon:
Running dig mail.theirdomain.com gives the same result.
Using dig @35.208.0.0 hostedclient.com just times out.
Any other suggestions on finding where it's failing?
SMTP error from remote mail server after initial connection:
550 Your country is not allowed to connect to this server.
This is definitely originating from my server:
I use WHM > Email > Filter Incoming Emails by Country to block all except Canada, Cocos Islands, French Southern Territories, Northern Mariana Islands, Puerto Rico, Saint Barthelemy, Saint Helena, US Minor Outlying Islands, and United States. So it appears that somewhere along the way, they have an IP that's coming from outside of this range.
The client can email ME, though, which I don't understand at all. They also said that it doesn't matter whether they email from a local computer or via webmail, they both give the same error (which eliminates a local virus, which was my first thought). Their sites are hosted with siteground.com.
I had them run tracert hostedclientdomain.com, and they are definitely coming from a US IP. There are 19 hops:
Code:
Hop # 1 is to their local router
#2 is to spectrum.com
#3-9 is to charter.com
#10 is * * *
#11 is to zayo.com (I checked, it's in Colorado)
#12-14 are * * *
#15-16 are back to zayo.com
#17-19 are my network
Then the "additional section" is Amazon:
Running dig mail.theirdomain.com gives the same result.
Using dig @35.208.0.0 hostedclient.com just times out.
Any other suggestions on finding where it's failing?
Last edited by a moderator: