Hello All,
I recently (5 days ago) added a DKIM rule and SPF rule:
(for this example i changed my domain name and IP)
But when I do a :
dig blabla.nl txt
i see:
"=spf1 a mx ip4:11.11.11.251 -al"
or when i run:
dig x._domainkey.blabla.nl TXT
i see:
=DKIM1; k=rsa; p=KmlkmEDKAQEBBQADawAwaAJhAK8KlnUXYsrLIKp/LIQ7BnII2h79iteP9VlpsEFtm8KzvFP4hTCVUzgtg4j9CEZ5oOzC7Yk5No5kPv3lNfWdFjNr5vPcnhY5B0HeSJAyPZqV6sUYvqWia/j8nOyoSyoYKwIDAQA
So the last and first character are gone What the ????? and this changes every day.. one day it's correct and the other day it's wrong again? I mean it does return the correct DKIM or SPF one day and the other day it returns the one with the first and last character missing again.
It's already 5 days after the change and it still continues to do this?
I recently (5 days ago) added a DKIM rule and SPF rule:
(for this example i changed my domain name and IP)
Code:
_domainkey TXT "o=~"
blabla.nl. TXT "v=spf1 a mx ip4:11.11.11.251 -all"
x._domainkey TXT "v=DKIM1; k=rsa; p=KmlkmEDKAQEBBQADawAwaAJhAK8KlnUXYsrLIKp/LIQ7BnII2h79iteP9VlpsEFtm8KzvFP4hTCVUzgtg4j9CEZ5oOzC7Yk5No5kPv3lNfWdFjNr5vPcnhY5B0HeSJAyPZqV6sUYvqWia/j8nOyoSyoYKwIDAQAB"
But when I do a :
dig blabla.nl txt
i see:
"=spf1 a mx ip4:11.11.11.251 -al"
or when i run:
dig x._domainkey.blabla.nl TXT
i see:
=DKIM1; k=rsa; p=KmlkmEDKAQEBBQADawAwaAJhAK8KlnUXYsrLIKp/LIQ7BnII2h79iteP9VlpsEFtm8KzvFP4hTCVUzgtg4j9CEZ5oOzC7Yk5No5kPv3lNfWdFjNr5vPcnhY5B0HeSJAyPZqV6sUYvqWia/j8nOyoSyoYKwIDAQA
So the last and first character are gone What the ????? and this changes every day.. one day it's correct and the other day it's wrong again? I mean it does return the correct DKIM or SPF one day and the other day it returns the one with the first and last character missing again.

It's already 5 days after the change and it still continues to do this?