authentication problem [SOLVED]
-
- Posts: 3
- Joined: Thu 19. Aug 2021, 18:10
authentication problem
We use E-goi to send emails. To follow best practices, we need to insert SPF/DKIM into the domain to authenticate it.
Doing this is simple. Just add two TXT records (one for SPF, one for DKIM) in the domain's DNS:
1) For SPF, add a TXT record (if it already exists, just modify it) to maisformacao.com with this value:
v=spf1 to mx include:_spf.kmitd.com -all
2) For DKIM, add a TXT record (if it already exists, just add another one) with this name:
egoi._domainkey
And with this value:
v=DKIM1; g=*; k=rsa; p = + MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC5MIqkI0r4uT1e4DFVT3ODaxEgcBhsnkWVrlXizVhQBP2ouVIb6eh inTzfNKjgBlg2KdflM2IYbBMEj3j0Y3ahgAclVOl9GCRDHOM0pMXsAztPaxqzEbMWrjQX53v / w70H60dwkaOitO2U / qlSz2JNdMXaJp5pk9 + sAQrXKvLSwIDAQAB
Optional! If they don't have DMARC in the domain, they can use it to enter it. Just add a TXT record with this name:
_dmarc.moretraining.com
And with this value:
v=DMARC1; p=none; rua=mailto:dmarc@maisformacao.com
but when I do that it doesn't change at all, it's like they don't have permission to access that data.
Re: authentication problem
1. This is the German part of the Forum. Please open English post in the EMglish section
2. Is your server the authoritative nameserer of your domain?=
2. Make screenshots of your DNS settings in Keyhelp.
Florian Cheno
**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
-
- Posts: 3
- Joined: Thu 19. Aug 2021, 18:10
Re: authentication problem
YES
Make screenshots of your DNS settings in Keyhelp.
is attached
Re: authentication problem [SOLVED]
you are a costumer of Keyweb, why don't you open a ticket under kcp.keyweb.de?
You forgot the finalizing dot on the left side of your SPf record
maisformacao.com -> correct is maisformacao.com. or simply write @
You should delete the other SPF record or combine them to one record.
You DMARC record is also without finalizing dot.
Your DKIM Key is correct:
host -t TXT egoi._domainkey.maisformacao.com
egoi._domainkey.maisformacao.com descriptive text "v=DKIM1; g=*; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC5MIqkI0r4uT1e4DFVT3ODaxEgcBhsnkWVrlXizVhQBP2ouVIb6eh+inTzfNKjgBlg2KdflM2IYbBMEj3j0Y3ahgAclVOl9GCRDHOM0pMXsAztPaxqzEbMWrjQX53v/w70H60dwkaOitO2U/qlSz2JNdMXaJp5pk9+sAQrXKvLSwIDAQAB"
Florian Cheno
**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************