ricardoborrb
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Comments
Recent activity by ricardoborrb-
Check if your port 25 is good. Go to your terminal and type: [CODE=bash]telnet mx1.cpanel.net 25 Or [CODE=bash]curl portquiz.net:25 If it times out your provider is blocking the port 25 ( the ...
-
EXIM was not on "Service Manager". But I got it fixed by running into the terminal the following command: [CODE=bash]/scripts/upcp --force It reinstalled Exim.
-
Just to confirm it's not your server firewall, disable csf and try: csf -x telnet mx1.cpanel.net 25 After that you can re-enable csf by csf -e It timed out also, [CODE=bash]# csf -x Flushing...
-
It seems like your hosting provider may be blocking port 25 if you aren't able to send any outbound messages. You'd want to speak with the host to confirm this, and they'd be able to tell you wha...
-
Thanks for that reply. Just to try another network, what happens with this? telnet mx1.cpanel.net 25 Similar thing: [CODE=bash]# telnet mx1.cpanel.net 25 Trying 208.74.121.68... telnet: conne...
-
Check if you can able to connect to the google mail server by the telnet Try:#telnet aspmx.l.google.com 25 I'm receiving this: [CODE=bash]# telnet aspmx.l.google.com 25 Trying 2607:f8b0:400d:c...