mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-03-06 16:07:22 +01:00
Signed-off-by: Sudheesh Singanamalla <sudheesh@cloudflare.com>
This commit is contained in:
committed by
GitHub
parent
3c3d62ac27
commit
d7244ed920
@@ -30,7 +30,7 @@ def test(server, description):
|
||||
(hostname, "TXT", "\"v=spf1 mx -all\""),
|
||||
("mail._domainkey." + hostname, "TXT", "\"v=DKIM1; k=rsa; s=email; \" \"p=__KEY__\""),
|
||||
#("_adsp._domainkey." + hostname, "TXT", "\"dkim=all\""),
|
||||
("_dmarc." + hostname, "TXT", "\"v=DMARC1; p=quarantine\""),
|
||||
("_dmarc." + hostname, "TXT", "\"v=DMARC1; p=quarantine;\""),
|
||||
]
|
||||
return test2(tests, server, description)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user