mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
add missing env variable POSTGREY_AUTO that caused a startup warning (#1084)
This commit is contained in:
parent
a989d77a87
commit
1302ccfe7e
|
@ -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 -----------------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue