mox/webadmin
Mechiel Lukkien 7e54280a9d
show the same spf record for a domain in the dnsrecords and dnscheck output/pages
before, the suggested records would show "v=spf1 mx ~all", while the dnscheck
page would suggest "v=spf1 ip4:... ip6:... -all".

the two places now show the same record: explicitly listing the configured ip's
(so the common case of a valid message is fast and doesn't require lookups of
mx hosts and their addresses), but still including "mx" (may prevent issues
while migrating to new ips in the future and doesn't hurt for legit messages),
and "~all" (for compatibility with some old systems that don't look at
dkim/dmarc when they evaluate spf and reach "-all")

based on #176 created by rdelaage, with record mismatch spotted by RobSlgm,
thanks!
2024-06-28 14:50:39 +02:00
..
admin.go show the same spf record for a domain in the dnsrecords and dnscheck output/pages 2024-06-28 14:50:39 +02:00
admin.html add a webapi and webhooks for a simple http/json-based api 2024-04-15 21:49:02 +02:00
admin.js during dnscheck, if srv accountconfig record with just a dot, for a non-existent service, is missing, show as warning instead of error 2024-06-27 15:12:52 +02:00
admin.ts during dnscheck, if srv accountconfig record with just a dot, for a non-existent service, is missing, show as warning instead of error 2024-06-27 15:12:52 +02:00
admin_test.go make tests pass with "go test -count n" with n > 1 2024-06-10 18:18:20 +02:00
api.json improve http request handling for internal services and multiple domains 2024-05-11 11:13:14 +02:00
api.ts improve http request handling for internal services and multiple domains 2024-05-11 11:13:14 +02:00