disable exim logging can you feel my pain?
May 30

Don’t be careless. Add the following to named.conf:

// version statement for security to avoid
version “NOYB”;

// optional - disables all transfers -
// slaves (single host in this case) allowed in zone clauses
allow-transfer {none;};  or if you have to transfer use allow-transfer {W.X.Y.Z/32;};

// optional - disable all recursive queries
allow-recursion {none;};
recursion no;

Save and don’t forget to restart the service.

Leave a Reply