mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 10:05:00 +02:00
Added greylisting using postgrey (#495)
* Added greylisting using postgrey * Updated the documentation
This commit is contained in:
parent
d40ae81d09
commit
c7e4206466
8 changed files with 291 additions and 1 deletions
12
test/email-templates/postgrey.txt
Normal file
12
test/email-templates/postgrey.txt
Normal file
|
@ -0,0 +1,12 @@
|
|||
HELO 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: Postgrey Test Message
|
||||
This is a test mail.
|
||||
|
||||
.
|
||||
QUIT
|
Loading…
Add table
Add a link
Reference in a new issue