I'm still seeing the old version so yes, almost certainly a propagation
issue. Send me an e-mail direct and I can comment on your DKIM
configuration.
Cheers,
John
On 22/02/2025 13:32, Ian Hobson via BitFolk Users wrote:
Thanks John
The spf is now "v=spf1
a:ianhobson.com ~all" - its still failing, but
maybe it a propergation problem. Will try again before bed.
Ian
On 22/02/2025 20:09, John Winters via BitFolk Users wrote:
Looking just at your SPF you have currently:
john@knight:~$ host -t txt
ianhobson.com
ianhobson.com descriptive text "google-site-verification=-
MkUVtcmPo8CzgFUnQoXcHAFSiofKRazwEANm-Iau_M"
ianhobson.com descriptive text "v=spf1 ~all"
john@knight:~$
There are no hosts listed as being authorised to send e-mails for your
domain. You need "v=spf1
a:mymailserver.wherever.com ~all".
--
i = (free(NULL), i++);