mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-05 02:27:15 +02:00
ci: refactored sedfile
& used _send_mail
where possible (#3103)
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
This commit is contained in:
parent
853301338c
commit
35692a9111
11 changed files with 55 additions and 76 deletions
|
@ -31,10 +31,8 @@ function teardown_file() { _default_teardown ; }
|
|||
|
||||
assert_success
|
||||
|
||||
|
||||
# it looks as if someone tries to send mail to another domain outside of DMS
|
||||
_run_in_container_bash "nc 0.0.0.0 25 < /tmp/docker-mailserver-test/email-templates/smtp-only.txt"
|
||||
assert_success
|
||||
_send_email 'smtp-only'
|
||||
_wait_for_empty_mail_queue_in_container
|
||||
|
||||
# this seemingly succeeds, but looking at the logs, it doesn't
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue