redleaderone
New Member
- Messages
- 7
- Reaction score
- 0
- Points
- 0
Hi,
I have a little script I've written to check the DNS setup for mail server setups (they are not hosted here on X10). It mostly just does DNS lookups and SPF record verification.
But one additional test I add is a just a quick telnet to SMTP port 25 to the machine matching the MX record to make sure that port 25 is open on the firewall for inbound mail. All I do is wait for the 220 greeting and then send a QUIT command, and just catpure any message it provides up to the closing 221 response.
Establishing an outbound connection on port 25 doesn't seem to be open/allowed for my free account here on X10? If I change it to port 80 and try a website domain name, the connection works fine.
Can it be opened or can you think of a work-around?
Thank you,
Redleader
I have a little script I've written to check the DNS setup for mail server setups (they are not hosted here on X10). It mostly just does DNS lookups and SPF record verification.
But one additional test I add is a just a quick telnet to SMTP port 25 to the machine matching the MX record to make sure that port 25 is open on the firewall for inbound mail. All I do is wait for the 220 greeting and then send a QUIT command, and just catpure any message it provides up to the closing 221 response.
Establishing an outbound connection on port 25 doesn't seem to be open/allowed for my free account here on X10? If I change it to port 80 and try a website domain name, the connection works fine.
Can it be opened or can you think of a work-around?
Thank you,
Redleader