records.append(("_25._tcp","TLSA",build_tlsa_record(env),"Recommended when DNSSEC is enabled. Advertises to mail servers connecting to the box that mandatory encryption should be used."))
records.append(("_dmarc","TXT",'"v=DMARC1; p=quarantine"',"Optional. Specifies that mail that does not originate from the box but claims to be from @%s is suspect and should be quarantined by the recipient's mail system."%domain))
# Sort the records. The None records *must* go first. Otherwise it doesn't matter.
# Sort the records. The None records *must* go first in the nsd zone file. Otherwise it doesn't matter.