mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 10:05:00 +02:00
Moved test files and mounted read-only
This commit is contained in:
parent
566c28555a
commit
f849b46462
43 changed files with 24 additions and 21 deletions
9
test/test-files/nc_templates/postgrey_whitelist.txt
Normal file
9
test/test-files/nc_templates/postgrey_whitelist.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
request=smtpd_access_policy
|
||||
protocol_state=RCPT
|
||||
protocol_name=ESMTP
|
||||
client_address=127.0.0.1
|
||||
client_name=whitelist.tld
|
||||
helo_name=whitelist.tld
|
||||
sender=test@whitelist.tld
|
||||
recipient=user1@localhost.localdomain
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
request=smtpd_access_policy
|
||||
protocol_state=RCPT
|
||||
protocol_name=ESMTP
|
||||
client_address=127.0.0.1
|
||||
client_name=whitelistlocal.tld
|
||||
helo_name=whitelistlocal.tld
|
||||
sender=test@whitelistlocal.tld
|
||||
recipient=user1@localhost.localdomain
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
request=smtpd_access_policy
|
||||
protocol_state=RCPT
|
||||
protocol_name=ESMTP
|
||||
client_address=127.0.0.1
|
||||
client_name=nonwhitelist.tld
|
||||
helo_name=nonwhitelist.tld
|
||||
sender=test@nonwhitelist.tld
|
||||
recipient=user2@otherdomain.tld
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue