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
1 changed files with 2 additions and 0 deletions

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 -----------------------------------------------------------------------------------------------