mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
13 lines
310 B
Plaintext
13 lines
310 B
Plaintext
HELO mail.external.tld
|
|
MAIL FROM: user@external.tld
|
|
RCPT TO: bounce-always@localhost.localdomain
|
|
DATA
|
|
From: Docker Mail Server <dockermailserver@external.tld>
|
|
To: Existing Local User <bounce-always@localhost.localdomain>
|
|
Date: Sat, 22 May 2010 07:43:25 -0400
|
|
Subject: Test Message
|
|
This is a test mail.
|
|
|
|
.
|
|
QUIT
|