mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 17:44:35 +03:00
more integration tests: start "mox localserve" and submit a message with smtpclient and with "mox sendmail", check that we receive it
This commit is contained in:
1
testdata/integration/example.zone
vendored
1
testdata/integration/example.zone
vendored
@ -10,6 +10,7 @@ moxmail2.mox2 IN A 172.28.2.10
|
||||
moxmail3.mox3 IN A 172.28.3.10
|
||||
postfixmail.postfix IN A 172.28.1.20
|
||||
dns IN A 172.28.1.30
|
||||
localserve.mox1 IN A 172.28.1.50
|
||||
|
||||
mox1 MX 10 moxmail1.mox1.example.
|
||||
mox2 MX 10 moxmail2.mox2.example.
|
||||
|
10
testdata/integration/moxsubmit.conf
vendored
Normal file
10
testdata/integration/moxsubmit.conf
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
LocalHostname: localhost
|
||||
Host: localserve.mox1.example
|
||||
Port: 1587
|
||||
TLS: false
|
||||
STARTTLS: false
|
||||
Username: mox@localhost
|
||||
Password: moxmoxmox
|
||||
AuthMethod: PLAIN
|
||||
From: mox@localhost
|
||||
DefaultDestination: mox@localhost
|
Reference in New Issue
Block a user