1
1
Fork 0
mirror of https://github.com/docker-mailserver/docker-mailserver synced 2024-05-23 19:06:05 +02:00

scripts: remove superfluous `EOF` in `dmarc_dkim_spf.sh` (#3266)

Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
This commit is contained in:
Andreas Perhab 2023-04-20 09:52:07 +02:00 committed by GitHub
parent 7371ba225f
commit 2b330fdc49
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,7 +103,7 @@ EOF
/etc/postfix/main.cf
# SPF policy settings
postconf 'policyd-spf_time_limit = 3600'
EOF
else
_log 'debug' 'Disabling policyd-spf'
fi