mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 01:55:29 +02:00
tests: Use swaks
instead of nc
for sending mail (#3732)
See associated `CHANGELOG.md` entry for details. --------- Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
This commit is contained in:
parent
0889b0ff06
commit
9e81517fe3
119 changed files with 355 additions and 455 deletions
4
test/files/auth/added-imap-auth.txt
Normal file
4
test/files/auth/added-imap-auth.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
a1 LOGIN added@localhost.localdomain mypassword
|
||||
a3 EXAMINE INBOX
|
||||
a4 FETCH 1 BODY[]
|
||||
a5 LOGOUT
|
4
test/files/auth/added-pop3-auth.txt
Normal file
4
test/files/auth/added-pop3-auth.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
USER added@localhost.localdomain
|
||||
PASS mypassword
|
||||
LIST
|
||||
quit
|
4
test/files/auth/imap-auth.txt
Normal file
4
test/files/auth/imap-auth.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
a1 LOGIN user1@localhost.localdomain mypassword
|
||||
a3 EXAMINE INBOX
|
||||
a4 FETCH 1 BODY[]
|
||||
a5 LOGOUT
|
2
test/files/auth/imap-ldap-auth.txt
Normal file
2
test/files/auth/imap-ldap-auth.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
a1 LOGIN some.user@localhost.localdomain secret
|
||||
a2 LOGOUT
|
4
test/files/auth/pop3-auth.txt
Normal file
4
test/files/auth/pop3-auth.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
USER user1@localhost.localdomain
|
||||
PASS mypassword
|
||||
LIST
|
||||
quit
|
Loading…
Add table
Add a link
Reference in a new issue