You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by km...@apache.org on 2014/05/01 23:37:22 UTC

svn commit: r1591788 - /spamassassin/dns/named.conf

Author: kmcgrail
Date: Thu May  1 21:37:22 2014
New Revision: 1591788

URL: http://svn.apache.org/r1591788
Log:
rndc control channel appears to be available by default.  Removing from conf.

Modified:
    spamassassin/dns/named.conf

Modified: spamassassin/dns/named.conf
URL: http://svn.apache.org/viewvc/spamassassin/dns/named.conf?rev=1591788&r1=1591787&r2=1591788&view=diff
==============================================================================
--- spamassassin/dns/named.conf (original)
+++ spamassassin/dns/named.conf Thu May  1 21:37:22 2014
@@ -22,11 +22,6 @@ options {
 
 include "/etc/rndc.key";
 
-controls {
-      inet 127.0.0.1 port 953
-              allow { 127.0.0.1; } keys { "rndc-key"; };
-};
-
 // Limit logging to syslog only, and kill the lame-server business ...
 logging {
 	category default { default_syslog; };