mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
We need those quotes around spf
This commit is contained in:
parent
97ab8c91f8
commit
a33ae634c3
1 changed files with 1 additions and 1 deletions
|
@ -457,7 +457,7 @@ def _build_dns_conf(domain, ttl=3600, include_empty_AAAA_if_no_ipv6=False):
|
||||||
|
|
||||||
mail = [
|
mail = [
|
||||||
["@", ttl, "MX", "10 %s." % domain],
|
["@", ttl, "MX", "10 %s." % domain],
|
||||||
["@", ttl, "TXT", "v=spf1 a mx -all"],
|
["@", ttl, "TXT", '"v=spf1 a mx -all"'],
|
||||||
]
|
]
|
||||||
|
|
||||||
# DKIM/DMARC record
|
# DKIM/DMARC record
|
||||||
|
|
Loading…
Add table
Reference in a new issue