mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-02 17:14:31 +02:00
scripts: make policyd-spf
configurable (#3246)
This commit is contained in:
parent
bbe1d2da31
commit
9ee33a81b7
6 changed files with 35 additions and 3 deletions
|
@ -105,6 +105,14 @@ ENABLE_OPENDKIM=1
|
|||
# 0 => Disabled
|
||||
ENABLE_OPENDMARC=1
|
||||
|
||||
|
||||
# Enabled `policyd-spf` in Postfix's configuration. You will likely want to set this
|
||||
# to `0` in case you're using Rspamd (`ENABLE_RSPAMD=1`).
|
||||
#
|
||||
# - 0 => Disabled
|
||||
# - **1** => Enabled
|
||||
ENABLE_POLICYD_SPF=1
|
||||
|
||||
# 1 => Enables POP3 service
|
||||
# empty => disables POP3
|
||||
ENABLE_POP3=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue