Skip to main content

SMTP Banner matches Reverse DNS except on SMTP SSL

Comments

6 comments

  • Miguel Brito
    continuation: - SMTP Banner Reverse DNS Check: Failed - SMTP Banner/Greeting Does not contain your hostname only that there is: - Server Greeting: jupiter.example.com ESMTP Exim 4.87 #1 Fri, 22 Jul 2016 10:57:48 +0000 We do not authorize the use of this system to transport unsolicited, and/or bulk e-mail. I wanted to share the mail test results link, but moderator took it out as i'm probably violating rules in this forum, for which i apologize. But i will try to share it here: - Removed, no need here -
    0
  • twhiting9275
    If this is the only test failing, I'd say ignore it. Most people should be using hostname, port 25 anyways. As long as hostname, port 25 matches your hostname, then you're all good.
    0
  • Miguel Brito
    If this is the only test failing, I'd say ignore it. Most people should be using hostname, port 25 anyways. As long as hostname, port 25 matches your hostname, then you're all good.

    thanks for your kind and fast answer, but it's not only the test, i forgot to mention that all mail sent from server is going to spam on hotmail, gmail, yahoo, and more.
    0
  • twhiting9275
    It's doubtful that this is caused by your SMTP banner, honestly. Like I said, as long as your smtp banner matches your server name, you should be good. A couple of things to check here 1: Make sure you're not blacklisted anywhere. I use MX Toolbox and Multi-RBL (both free services) to check. Plug your server IP in there. 2: If you're using php scripts to send mail, make sure you implement smtp, not utilizing php's default mail() functionality. The latter tends to throw red flags with mail providers, while the former doesn't so much.
    0
  • Miguel Brito
    i'm using roundcube to send mail, and current ip is not in any blacklist, i don't know what's going on
    0
  • cPanelMichael
    Hello, It's possible the IP address has a bad reputation based on it's previous usage. You may need to ask your VPS provider for a new IP address and then configure the new IP as the default IP address for sending email. This is documented at: How to Configure Exim's Outgoing IP Address - cPanel Knowledge Base - cPanel Documentation Thank you.
    0

Please sign in to leave a comment.