We need those quotes around spf

This commit is contained in:
Alexandre Aubin 2020-04-19 02:39:36 +02:00
parent 97ab8c91f8
commit a33ae634c3

View file

@ -457,7 +457,7 @@ def _build_dns_conf(domain, ttl=3600, include_empty_AAAA_if_no_ipv6=False):
mail = [
["@", ttl, "MX", "10 %s." % domain],
["@", ttl, "TXT", "v=spf1 a mx -all"],
["@", ttl, "TXT", '"v=spf1 a mx -all"'],
]
# DKIM/DMARC record