mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 17:44:35 +03:00
merge docker-compose-based quickstart and integration tests into a single integration test
the two were so similar it made sense to just have one that tests all. saves building docker images.
This commit is contained in:
10
testdata/integration/reverse.zone
vendored
10
testdata/integration/reverse.zone
vendored
@ -3,8 +3,10 @@ $TTL 5m
|
||||
|
||||
@ IN SOA dns.example. hostmaster.example. (1 0m 0m 0m 5m)
|
||||
|
||||
10.1 IN PTR moxmail1.mox1.example.
|
||||
10.2 IN PTR moxmail2.mox2.example.
|
||||
10.3 IN PTR moxmail3.mox3.example.
|
||||
20.1 IN PTR postfixmail.postfix.example.
|
||||
10.1 IN PTR moxacmepebble.mox1.example.
|
||||
20.1 IN PTR moxmail2.mox2.example.
|
||||
30.1 IN PTR dns.example.
|
||||
40.1 IN PTR acmepebble.example.
|
||||
50.1 IN PTR test.example.
|
||||
60.1 IN PTR localserve.mox1.example.
|
||||
70.1 IN PTR postfixmail.postfix.example.
|
||||
|
Reference in New Issue
Block a user