Auteur: Torsten Tributh
Date:
À: Exim-users
Sujet: [exim] SPF Record of exim.org is broken
Hi,
i was recognizing that the exim-list was not longer delivered to my
mailfolder.
There is an ACL checking for SPF in my config.
The error:
Received-SPF: permerror (exim.org: Junk encountered in record 'v=spf1
131.111.8.88 2001:630:212:8::e:f0e mx
If IP addresses are set in an SPF Record MUST be declared with
ip4: or
ip6: in front
dig TXT exim.org +short
shows
"v=spf1 131.111.8.88 2001:630:212:8::e:f0e mx -all"
which is actually broken.
It must be set to
"v=spf1 ip4:131.111.8.88 ip6:2001:630:212:8::e:f0e mx -all"
Who has access to exim.org DNS and can correct it?
Details in RFC 7208
section 5.6
Regards
--
Torsten