mirror of
https://github.com/mjl-/mox.git
synced 2025-07-10 09:14:39 +03:00
add automated test for quickstart
with tls with acme (with pebble, a small acme server for testing), and with pregenerated keys/certs. the two mox instances are configured on their own domain. we launch a separate test container that connects to the first, submits a message for delivery to the second. we check if the message is delivered with an imap connection and the idle command.
This commit is contained in:
12
testdata/quickstart/example.zone
vendored
Normal file
12
testdata/quickstart/example.zone
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
$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
|
Reference in New Issue
Block a user