Skip to main content

Autodiscovery SPF include hosts from the smarthost route list

Comments

3 comments

  • JIKOmetrix
    I figured out my error. I did not restart DNS. find /var/named -type f -print | xargs sed -i 's/include:gosecure.net/ip4:192.99.243.1/g' perl -pi -e 'if (/\s+(202\d{7})/i) { my $i = $1+1; s/$1/$i/; }' /var/named/*db pdns_control reload /scripts/dnscluster syncall The above works
    0
  • cPRex Jurassic Moderator
    I'm glad you were able to get that working!!!
    0
  • JIKOmetrix
    I'm glad you were able to get that working!!!

    Me too, The reset on sync was freaking me out. I had forgot to restart powerDNS to clear the cache before syncing. that fixed it up.
    0

Please sign in to leave a comment.