mox/testdata/integration
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
..
dkim merge docker-compose-based quickstart and integration tests into a single integration test 2023-07-23 23:32:02 +02:00
tls merge docker-compose-based quickstart and integration tests into a single integration test 2023-07-23 23:32:02 +02:00
Dockerfile.dns mox! 2023-01-30 14:27:06 +01:00
Dockerfile.postfix mox! 2023-01-30 14:27:06 +01:00
Dockerfile.test merge docker-compose-based quickstart and integration tests into a single integration test 2023-07-23 23:32:02 +02:00
example.zone when suggesting DNS records, leave "IN" out 2023-10-13 08:25:35 +02:00
moxacmepebble.sh show the same spf record for a domain in the dnsrecords and dnscheck output/pages 2024-06-28 14:50:39 +02:00
moxmail2.sh in quickstart, check outgoing smtp connectivity by dialing gmail.com mx host 2024-03-27 09:35:16 +01:00
moxsubmit.conf more integration tests: start "mox localserve" and submit a message with smtpclient and with "mox sendmail", check that we receive it 2023-07-01 18:48:29 +02:00
pebble-config.json merge docker-compose-based quickstart and integration tests into a single integration test 2023-07-23 23:32:02 +02:00
resolv.conf mox! 2023-01-30 14:27:06 +01:00
reverse.zone when suggesting DNS records, leave "IN" out 2023-10-13 08:25:35 +02:00
unbound.conf merge docker-compose-based quickstart and integration tests into a single integration test 2023-07-23 23:32:02 +02:00