mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 18:24: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:
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