create structure for emails

This commit is contained in:
georglauterbach 2023-12-30 12:41:31 +01:00
parent 7a17b0bcf9
commit 7474be8210
No known key found for this signature in database
GPG Key ID: F367F7C43C118578
25 changed files with 12 additions and 0 deletions

View File

@ -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