Wouldn't setting the DNS server to 127.0.0.1 prevent my system from actually resolving remote hosts?
My business email server has the DNS set to the ISP given DNS servers. My Spamassassin is giving the message URIBL_BLOCKED
. The solution given here indicates that I should set the DNS server to the localhost at 127.0.0.1 and another similar solution was here.
Wouldn't that prevent my system from resolving other remote hosts? Is there anything in a basic linux (centos 7) install that would actually be able to resolve whatever remote host this system might need to reach?
EDIT: Having tried it, it kind of seems broken when I make the change (emails sent from it didn't arrive when they otherwise have), so if someone can fill me in on the missing details, I'd be very appreciative.