You've already forked docker-mailserver
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:
committed by
Johan Smits
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 -----------------------------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user