create structure for emails
This commit is contained in:
parent
7a17b0bcf9
commit
7474be8210
|
@ -0,0 +1,12 @@
|
|||
EHLO mail.external.tld
|
||||
MAIL FROM: user@external.tld
|
||||
RCPT TO: user1@localhost.localdomain
|
||||
DATA
|
||||
From: Docker Mail Server <dockermailserver@external.tld>
|
||||
To: Existing Local User <user1@localhost.localdomain>
|
||||
Date: Sat, 22 May 2010 07:43:25 -0400
|
||||
Subject: Test Message postscreen.txt
|
||||
This is a test mail for postscreen.
|
||||
|
||||
.
|
||||
QUIT
|
Loading…
Reference in New Issue