mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 17:04:39 +03:00
when suggesting CAA records for a domain, suggest variants that bind to the account id and with validation methods used by mox
should prevent potential mitm attacks. especially when done close to the machine itself (where a http/tls challenge is intercepted to get a valid certificate), as seen on the internet last month.
This commit is contained in:
3
testdata/integration/moxmail2.sh
vendored
3
testdata/integration/moxmail2.sh
vendored
@ -23,7 +23,8 @@ TLS:
|
||||
EOF
|
||||
|
||||
# A fresh file was set up by moxacmepebble.
|
||||
sed -n '/^;/,/CAA /p' output.txt >>/integration/example-integration.zone
|
||||
sed -n '/^;/,/will be suggested/p' output.txt >>/integration/example-integration.zone
|
||||
|
||||
unbound-control -s 172.28.1.30 reload # reload unbound with zone file changes
|
||||
|
||||
mox -checkconsistency serve &
|
||||
|
Reference in New Issue
Block a user