# $Id: README,v 1.5 2008/10/26 18:53:16 ksb Exp $ Additional network checks that only have to be done on specific hosts. Only install these where you want them to run. Modules we install everywhere: * _kit: check for tools we need to run netlint, and hostlint - If we don't have xapply we don't get very far. - Out name forces this to run first (which helps explain why everything after us fails on any clueless host) * hosts: check sanity of /etc/hosts - All of our interfaces must reverse to our canonical hostname * mailmx: report our primary MX host - We must have at least one MX record for our hostname. Special-case modules: * zones: only install on hosts where we run a master nameserver - All current zones must be published by our nameserver - No zone file can be writable * mailaccept: install where sendmail.cw exists. report who we accept mail for - We depend on the name being /etc/mail/sendmail.cw - We depend on uncurly to compress the list -- petef,ksb