Stever wrote:
You probably need to run your own local recursive DNS server to work with that registration. Even if you could register with linode's recursive DNS server IP's, you probably wouldn't want to take responsibility for all the traffic that might start coming from them once all the other linode customers figured out they could now use that list without registering.
I don't fully understand.
Suppose I just add the server
without registering:
Code:
smtpd_recipient_restrictions =
permit_mynetworks,
permit_sasl_authenticated,
reject_rbl_client b.barracudacentral.org,
reject_rbl_client zen.spamhaus.org,
reject_unauth_destination
What adverse affects could that have on me and my own node?
Do I really need to bother creating my own DNS server?