DKIM Problems

CRK

New Email
Needing some pointers as where to look for a problem with DKIM (testing with Check a DKIM Core Key)

When using v=DKIM1; k=rsa; p= MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDav/6ewArIKAzlFiclriYrwITON6/gKMffTrmLPQoe3G8Ox/buLwGNSwGm33F4xZr2QznoRbGTJ4BhBkXeHOuWkD3kK7ifWC897ISbd9SeVJ1FyCUYcqKt1mtTrZqKSCJ2mroLKgxHHXMdLgN/z3knjJmacnlDg72WubSwtQIDAQAB

The error message is “This doesn't seem to be a valid RSA public key: RSA.xs:178: OpenSSL error: bad base64 decode at blib/lib/Crypt/OpenSSL/RSA.pm (autosplit into blib/lib/auto/Crypt/OpenSSL/RSA/new_public_key.al) line 91.”

Changed to ‘v=’ to ‘p=’, and the error message is “The p=field must be base64 encoded

I can’t find any spaces, forward slashes or extra lines. Any suggestion(s) on what to try to get DKIM to pass?
 
Top