mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Remove invalid URL from SPF message (#2503)
This commit is contained in:
parent
00dffb21f0
commit
f22d75fa62
|
@ -202,6 +202,10 @@ RUN \
|
||||||
# --- Fetchmail, Postfix & Let'sEncrypt ---------
|
# --- Fetchmail, Postfix & Let'sEncrypt ---------
|
||||||
# -----------------------------------------------
|
# -----------------------------------------------
|
||||||
|
|
||||||
|
# Remove invalid URL from SPF message
|
||||||
|
# https://bugs.launchpad.net/spf-engine/+bug/1896912
|
||||||
|
RUN echo 'Reason_Message = Message {rejectdefer} due to: {spf}.' >>/etc/postfix-policyd-spf-python/policyd-spf.conf
|
||||||
|
|
||||||
COPY target/fetchmail/fetchmailrc /etc/fetchmailrc_general
|
COPY target/fetchmail/fetchmailrc /etc/fetchmailrc_general
|
||||||
COPY target/postfix/main.cf target/postfix/master.cf /etc/postfix/
|
COPY target/postfix/main.cf target/postfix/master.cf /etc/postfix/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue