mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-12 18:34:52 +02:00
Include whitelist_clients.local in postgrey setup from config folder (#564)
This commit is contained in:
parent
4536113a30
commit
ec6e5eea39
4 changed files with 19 additions and 0 deletions
9
test/nc_templates/postgrey_whitelist.txt
Normal file
9
test/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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue