mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Added comment
This commit is contained in:
parent
534b417800
commit
7a8dd41c69
1
Makefile
1
Makefile
|
@ -19,6 +19,7 @@ prepare:
|
|||
docker exec mail /bin/sh -c 'echo "" > /var/log/mail.log'
|
||||
|
||||
fixtures:
|
||||
# Sending test mails
|
||||
docker exec mail /bin/sh -c 'echo "This is a test mail" | mail -s "TEST-001" user@localhost.localdomain'
|
||||
docker exec mail /bin/sh -c 'echo "This is a test mail" | mail -s "TEST-002" nouser@localhost.localdomain'
|
||||
docker exec mail /bin/sh -c 'echo "This is a test mail" | mail -s "TEST-003" alias1@localhost.localdomain'
|
||||
|
|
Loading…
Reference in a new issue