Skip to main content

Reverse DNS Lookup

Comments

3 comments

  • cPanelMichael
    Hello :) You may find the following document useful from Exim: [url=http://www.exim.org/exim-html-current/doc/html/spec_html/ch-access_control_lists.html]42. Access control lists In particular, you should search for this term: verify = reverse_host_lookup [QUOTE] This condition ensures that a verified host name has been looked up from the IP address of the client host. (This may have happened already if the host name was needed for checking a host list, or if the host matched host_lookup.) Verification ensures that the host name obtained from a reverse DNS lookup, or one of its aliases, does, when it is itself looked up in the DNS, yield the original IP address. If this condition is used for a locally generated message (that is, when there is no client host involved), it always succeeds.
    Thank you.
    0
  • cmedik
    Ok it is a good doc. Since I am new to WHM where would I go to set this. Any help appreciated?
    0
  • cPanelMichael
    In previous threads, advice has been to browse to: "WHM Home " Service Configuration " Exim Configuration Manager " Advanced Editor" Search for "custom_begin_check_message_pre" and try adding the following entry to that field: require verify = reverse_host_lookup Let us know if that's helpful. Thank you.
    0

Please sign in to leave a comment.