Added test on catchall

This commit is contained in:
Thomas VIAL 2016-07-23 23:42:18 +02:00
parent 354c396068
commit c813e6a4b3
No known key found for this signature in database
GPG key ID: 0394CEE552FAFEFC
4 changed files with 27 additions and 6 deletions

View file

@ -0,0 +1,12 @@
HELO mail.external.tld
MAIL FROM: user@external.tld
RCPT TO: wildcard@localdomain2.com
DATA
From: Docker Mail Server <dockermailserver@external.tld>
To: Existing Local User <wildcard@localdomain2.com>
Date: Sat, 22 May 2010 07:43:25 -0400
Subject: Test Message
This is a test mail.
.
QUIT