Skip to main content

Exim - DNS list lookup defer for RBL server

Comments

6 comments

  • cPanelMichael
    Hello :) You may want to consider setting up a zone forwarder within /etc/named.conf in the "localhost_resolver" view forwarding all requests for the RBL to the appropriate server. Thank you.
    0
  • garconcn
    [quote="cPanelMichael, post: 1648961">Hello :) You may want to consider setting up a zone forwarder within /etc/named.conf in the "localhost_resolver" view forwarding all requests for the RBL to the appropriate server. Thank you.
    Hi Michael, Thank you for your advice. Do you mean to add this to the cpanel named.conf file in "localhost_resover" view section? zone "rbl.domain.com" IN { type forward; forward only; forwarders { rbl_ip port 53; }; };
    In cpanel, I have the default config. view "localhost_resolver" { /* This view sets up named to be a localhost resolver ( caching only nameserver ). * If all you want is a caching-only nameserver, then you need only define this view: */ match-clients { 127.0.0.0/24; }; match-destinations { localhost; }; recursion yes; zone "." IN { type hint; file "/var/named/named.ca"; }; /* these are zones that contain definitions for all the localhost * names and addresses, as recommended in RFC1912 - these names should * ONLY be served to localhost clients: */ include "/var/named/named.rfc1912.zones"; };
    0
  • cPanelMichael
    Yes, could you let us know if adding such an entry helps? Thank you.
    0
  • garconcn
    [quote="cPanelMichael, post: 1649312">Yes, could you let us know if adding such an entry helps? Thank you.
    Sure, I will let you kow if it's working. So far, I am not able to tell it's working or not.
    0
  • garconcn
    Just an update to this issue. Adding the zone forwarder within /etc/named.conf in the "localhost_resolver" in cpanel server did not work for me, however adding the same zone forwarder in my resolver server under view "internal" fixed it. Thanks.
    0
  • cPanelMichael
    [quote="garconcn, post: 1730372">Just an update to this issue. Adding the zone forwarder within /etc/named.conf in the "localhost_resolver" in cpanel server did not work for me, however adding the same zone forwarder in my resolver server under view "internal" fixed it. Thanks.
    I am happy to see the issue was resolved. Thank you for updating us with the outcome.
    0

Please sign in to leave a comment.