wildcard entry for a domain

Discussion in 'Installation/Configuration' started by florix.net, Jan 18, 2022.

Tags:
  1. florix.net

    florix.net Member

    I am having trouble receiving emails from domain hmm21.com

    Jan 18 15:32:58 linode postfix/smtpd[32274]: NOQUEUE: reject: RCPT from mailedge.hyundaigroup.com[203.242.40.11]: 450 4.7.1 <S-KR-EEG-01.hyundai.group>: Helo command rejected: Host not found; from=<[email protected]> to=<[email protected]> proto=ESMTP helo=<S-KR-EEG-01.hyundai.group>
    i did add this in helo access

    /^*\.hyundai\.group$/ PERMIT

    then postmap /etc/postfix/helo_access, restart the postfix ..

    still unable to receive emails from this domain. Postfix gives same error
     
  2. Jesse Norell

    Jesse Norell Well-Known Member Staff Member Howtoforge Staff

    ahrasis likes this.
  3. florix.net

    florix.net Member

    at first i kept only
    /^hyundai\.group$/ PERMIT

    still it was not allowing ...so I added the *
     
  4. florix.net

    florix.net Member

    made this change

    /(.*)hyndai\.group$/ PERMIT
     
    Ark74, RubenG and Gwyneth Llewelyn like this.

Share This Page