mirror of
https://github.com/mjl-/mox.git
synced 2024-12-27 08:53:48 +03:00
f9e261e0fb
the two were so similar it made sense to just have one that tests all. saves building docker images.
18 lines
570 B
Dns
18 lines
570 B
Dns
$ORIGIN example.
|
|
$TTL 5m
|
|
|
|
@ IN SOA dns.example. webmaster.example. (1 0m 0m 0m 5m)
|
|
|
|
@ NS dns.example.
|
|
|
|
moxacmepebble.mox1 IN A 172.28.1.10
|
|
moxmail2.mox2 IN A 172.28.1.20
|
|
dns IN A 172.28.1.30
|
|
acmepebble IN A 172.28.1.40
|
|
test IN A 172.28.1.50
|
|
localserve.mox1 IN A 172.28.1.60
|
|
postfixmail.postfix IN A 172.28.1.70
|
|
|
|
postfix MX 10 postfixmail.postfix.example.
|
|
postfixdkim0._domainkey.postfix IN TXT "v=DKIM1;h=sha256;t=s;k=ed25519;p=a4IsBTuMsSQjU+xVyx8KEd8eObis4FrCiV72OaEkvDY="
|
|
postfix IN TXT "v=spf1 ip4:172.28.1.20 -all"
|