While adding an email address, it showing DKIM validation failed for this domain.
Please help me with a detailed description.
I would like to share one more issue with TXT SPF record validation. In DNS servers replies, large TXT records can be split on parts. I.e. in case you have long list of IPs, includes and related things, the result TXT record received from DNS server will be like this:
TXT "v=spf1 +a +mx +ip4:<MASKED IPv4> <MASKED LIST OF IPv4> +ip4:<MASKED IPv4> include:_s" "pf.atlassian.net ~all"
Let me highlight the issue in the example above:
+ip4:<MASKED IPv4> include:_s" "pf.atlassian.net
In such case, https://domain-check.atlassian.com/ will fail to validate presence of string "include:_spf.atlassian.net" in DNS server reply...what means that the logic of service has a bug: TXT records returned as a list of strings should be joined into single string.
I.e. the validation logic should convert DNS server reply provided above into the following string:
TXT "v=spf1 +a +mx +ip4:<MASKED IPv4> <MASKED LIST OF IPv4> +ip4:<MASKED IPv4> include:_spf.atlassian.net ~all"
The simplest way to solve the issue is to put "include:_spf.atlassian.net" at the start of SPF definition (right after "v=spf1" option).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Josh
Thank you for reaching out to Community!
Can you share with us the error that appears when you try to change the project email address?
I can see that the domain is correctly verified, so now it would be only necessary to follow the steps of the documentation below:
- Configuring Jira Cloud to send emails on behalf of your domain
Regards,
Angélica
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi there,
Thank you for reaching out to Atlassian Community!
This error message appears when the domain of the email you are adding to the project is not verified, so in order to change the project email address, it's necessary to verify the domain.
Please, follow the steps of the documentation below:
If you have any questions or face any issue, please let us know.
Regards,
Angélica
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We have updated the DKIM file and verified also but it is still showing the same(DKIM validation failed for this domain).
Is it mandatory to add SPF in our records?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, it's necessary to follow all steps in order to use the email as the project email address.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Angelica,
We have updated all records as per your instructions. We are getting a new error that is, "
Unknown server error without description" after the update all records.
Please find attached a screenshot of the issue.
Please suggest us to resolve this issue.
Thanks
Bhanu
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey,
I just had the same issue. Sounds stupid but remove or set an incorrect value for the DKIM entry. After some minutes try the verification tool again. Hit the "check" button several times, sometimes the answers are different. One pointed me into the right direction.
I'm not a DNS expert but I believe the way you have configuration your SFP isn't correct. https://aws.amazon.com/premiumsupport/knowledge-center/characterstringtoolong-error/
and you cannot have two SPF TXT
Let's say you have split your SPF into two separate TXT records spfva.mroads.com and spfvb.mroads.com that contains your includes. Then your final include looks like
{v=spf1 include:spfva.mroads.com include:spfvb.mroads.com ~all}
If you still have issue try to make an include for Atlassian before your first include
{v=spf1 include:_spf.atlassian.net include:spfva.mroads.com include:spfvb.mroads.com ~all}
Hope I could help you with this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Bhanu,
I checked https://www.mail-tester.com/spf-dkim-check and there are duplicated SPF entries and the DKIM is missing.
Please, remove the duplicated SPF and add the DKIM. For the DKIM it's not necessary to replace with your domain, just copy from our documentation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.