Skip to main content

I cannot send emails from Godaddy vps

Comments

13 comments

  • cPRex Jurassic Moderator
    Hey there! This is almost certainly because port 25 is blocked on that network. You can find more details on this behavior here:
    -1
  • iamkashifnadeem
    I tried to check smtp 25 port status in Terminal. curl myhostname:25 and curl myserverip:25. [QUOTE]220-xxx.xx.xx.host.secureserver.net ESMTP Exim 4.95 #2 Tue, 20 Sep 2022 14:30:07 +0000 220-We do not authorize the use of this system to transport unsolicited, 220 and/or bulk e-mail. 500 unrecognized command 500 unrecognized command 500 unrecognized command 500 Too many unrecognized commands
    I checked Service Configuration > Service Manager > Exim Mail Server. 26 port listed here. Screenshot is attached.
    0
  • cPRex Jurassic Moderator
    Connecting locally to yourself doesn't test much as far as the rest of the internet is concerned. Try running this from your server and see what the output is: telnet gmail-smtp-in.l.google.com 25
    0
  • iamkashifnadeem
    Connecting locally to yourself doesn't test much as far as the rest of the internet is concerned. Try running this from your server and see what the output is: telnet gmail-smtp-in.l.google.com 25

    I got this [QUOTE]# telnet gmail-smtp-in.l.google.com 25 Trying 142.251.10.27... telnet: connect to address 142.251.10.27: Connection timed out Trying 2404:6800:4003:c0f::1a... telnet: connect to address 2404:6800:4003:c0f::1a: Network is unreachable
    0
  • cPRex Jurassic Moderator
    Thanks for sharing that - that output confirms that you can't make outbound connections over port 25, so your server won't be able to send email without configuring something else, such a smarthost.
    0
  • iamkashifnadeem
    Thanks for sharing that - that output confirms that you can't make outbound connections over port 25, so your server won't be able to send email without configuring something else, such a smarthost.

    Should i contact to godaddy support to open the port?
    0
  • cPRex Jurassic Moderator
    That would be a good first step for sure - they may be willing to open that port for your server, and then that's all you'll need to do. Or, they would be able to confirm that opening the port is not an option and you would know that straight from the source.
    0
  • iamkashifnadeem
    That would be a good first step for sure - they may be willing to open that port for your server, and then that's all you'll need to do. Or, they would be able to confirm that opening the port is not an option and you would know that straight from the source.

    I checked with godaddy support! They said smtp port 25 is open for my server. They provide me link where i can put my server ip and check the port
    0
  • cPRex Jurassic Moderator
    That test will only show inbound traffic to your server, but doesn't test outbound from your machine. The telnet test is what checks the outbound traffic. Can you show them the results of that test?
    0
  • iamkashifnadeem
    That test will only show inbound traffic to your server, but doesn't test outbound from your machine. The telnet test is what checks the outbound traffic. Can you show them the results of that test?

    They also said i can open any port by my self to login in Recover Console. For the reference they provide article
    0
  • cPRex Jurassic Moderator
    You're welcome to try, but if it's blocked outside your server it won't matter.
    0
  • HostNoc
    HI Can you please check if your VPs Ip is black listed? Regards HostnOc
    0
  • iamkashifnadeem
    HI Can you please check if your VPs Ip is black listed? Regards HostnOc

    Hi I checked on on MXToolBox! everything is fine only last tow are yellow because of timeout NIXSPAM and Nordspam BL. Screenshot is attached.
    0

Please sign in to leave a comment.