Helo command rejected: Host not found

Discussion in 'Installation/Configuration' started by Yarnell, Feb 4, 2021.

  1. Yarnell

    Yarnell Member

    Hey all,
    I'm receiving the following error from one domain in particular and I'm trying to make sense of it.
    Code:
    Feb  3 13:22:33 www postfix/smtp/smtpd[25386]: NOQUEUE: reject: RCPT from mail.xxxxx.ca[142.239.xxx.xx]: 450 4.7.1 <barracuda.xxxxx.ca>: Helo command rejected: Host not found; from=<[email protected]> to=<[email protected]> proto=ESMTP helo=<barracuda.xxxxx.ca>
    when it says "Host not found" does that mean mail.xxxxx.ca is trying to use my server to send an email but my server does not recognize the host name?
     
  2. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Yes.
    More info from Internet Search Engines with
    Code:
    postfix "host not found"
     
    ahrasis likes this.
  3. Yarnell

    Yarnell Member

    What exactly does the "Helo command rejected" mean. am I able to allow these emails? is that what the global postfix whitelist does?
     
  4. Jesse Norell

    Jesse Norell Well-Known Member Staff Member Howtoforge Staff

    That part means the rejection was due to one of the smtpd_helo_restrictions. I don't know if the postfix whitelist is used there or not, but from memory I'd say probably not.

    One approach to solving this is have the sender complain to their mail administrator that their server is misconfigured or has a dns problem.
     
  5. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Do you want to receive e-mails from that sender? Mostly these misconfigured e-mail servers send spam.
     
  6. Yarnell

    Yarnell Member

    Apparently it was an issue on my clients server. Thanks folks.
     
  7. Bashewa

    Bashewa Member

    Is there anyway to white list misconfigured senders, I have tried to whitelist with value 10 with ISPConfig, but still get this error:

    NOQUEUE: reject: RCPT from mail.uxxxxxxxx.com[xxx.xxx.51.167]: 450 4.7.1 <MAIL02.uxxxxxm.com>: Helo command rejected: Host not found;

    To get there ISP to fix the problem seems an issue , so was hoping @xxxxx.com domain whitelisting would work , but doesn't seem to , any other way to whitelist that I am missing ?
     
  8. till

    till Super Moderator Staff Member ISPConfig Developer

    The whitelist works in conjunction with the blacklist to allow/deny senders. It is not a whitelist to override any other function of the spam filter or postfix. There is no function to disable this by the sender; you can just disable it globally.
     
  9. pyte

    pyte Well-Known Member HowtoForge Supporter

  10. Bashewa

    Bashewa Member

    Thanks guys, was hoping for the impossible I guess ;), had to disable globally to get to temporary solution
     

Share This Page