1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-08-09 23:07:35 +02:00

add missing env variable POSTGREY_AUTO that caused a startup warning (#1084)

This commit is contained in:
Michael Schmoock
2018-12-02 12:59:54 +01:00
committed by Johan Smits
parent a989d77a87
commit 1302ccfe7e

View File

@@ -231,6 +231,8 @@ POSTGREY_DELAY=300
POSTGREY_MAX_AGE=35
# response when a mail is greylisted
POSTGREY_TEXT=Delayed by postgrey
# whitelist host after N successful deliveries (N=0 to disable whitelisting)
POSTGREY_AUTO_WHITELIST_CLIENTS=5
# -----------------------------------------------------------------------------------------------------------------------------
# ---------------- SASL section -----------------------------------------------------------------------------------------------