Hi, The current SPF record reads: v=spf1 a:mail.ovirt.org a:gerrit.ovirt.org 66.187.233.88 ~all
As pointed out, this is invalid. It requires an "ip4:" in there, so it SHOULD read: v=spf1 a:mail.ovirt.org a:gerrit.ovirt.org ip4:66.187.233.88 ~all Arguably it should also include a /32, but I don't think that's required. I'm not sure to whom this bug should be reported. -derek On Wed, July 22, 2020 8:49 am, Jorick Astrego wrote: > Hi, > > During routine maintenance on our mailserver I noticed the following in > the log: > > [22/Jul/2020 14:33:33] Error when parsing SPF TXT record for domain: > ovirt.org, [email protected], message: Invalid > character found near "" in "66.187.233.88" > > A check on MXtoolbox also gives an invalid systax error: > > v=spf1 a:mail.ovirt.org a:gerrit.ovirt.org 66.187.233.88 ~all > > Prefix Type Value PrefixDesc Description Error > > v spf1 > The SPF record version > + a mail.ovirt.org Pass Match if IP has a DNS 'A' > record in > given domain. > + a gerrit.ovirt.org Pass Match if IP has a DNS > 'A' record in > given domain. > + 66.187.233.88 > Pass Unknown Unknown mechanisms are not allowed > ~ all > SoftFail Always matches. It goes at the end of your record. > > > Test Result > > <https://mxtoolbox.com/problem/spf/spf-syntax-check?page=prob_spf&action=spf:ovirt.org&showlogin=1&hidepitch=0&hidetoc=1> > SPF Syntax Check Invalid syntax found > > > > > > Met vriendelijke groet, With kind regards, > > Jorick Astrego > > Netbulae Virtualization Experts > > ---------------- > > Tel: 053 20 30 270 [email protected] Staalsteden 4-3A > KvK 08198180 > Fax: 053 20 30 271 www.netbulae.eu 7547 TA Enschede > BTW > NL821234584B01 > > ---------------- > > _______________________________________________ > Users mailing list -- [email protected] > To unsubscribe send an email to [email protected] > Privacy Statement: https://www.ovirt.org/privacy-policy.html > oVirt Code of Conduct: > https://www.ovirt.org/community/about/community-guidelines/ > List Archives: > https://lists.ovirt.org/archives/list/[email protected]/message/I4MDC4WBOOHE4TYDW4OL5SRGV7S44BIH/ > -- Derek Atkins 617-623-3745 [email protected] www.ihtfp.com Computer and Internet Security Consultant _______________________________________________ Users mailing list -- [email protected] To unsubscribe send an email to [email protected] Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/[email protected]/message/K6IBOAYHFNBMZ6ZHVR64EIIO7NZGOVDU/

