How to add SPF TXT record which has the same record name with other TXT record already exist

1

Hi

I have already a TXT record, e.g., "abc.com" with values about google-site-verification. When I try to add another SPF TXT record which has the same record name with abc.com, AWS doesn't allow the same record name.

So, the questions are:

  1. Can I add the SPF TXT record with record name abc.com ?
  2. Or can I add SPF TXT value to existing abc.com TXT record with google-site-verification value?
gefragt vor einem Jahr859 Aufrufe
1 Antwort
2
Akzeptierte Antwort

It is possible to register multiple TXT record values.
Points to note when setting up.

  • Enclose records (values) in double quotation marks (") to identify them.
  • Each record (value) should be entered on a new line.

This means that the value of the TXT record should be set as follows.

"v=spf1 include:amazonses.com ~all"
"test-ABCDEFGHIJK"

It would also be a good idea to perform an SPF Record Check after the settings are made.
https://mxtoolbox.com/spf.aspx

profile picture
EXPERTE
beantwortet vor einem Jahr
profile picture
EXPERTE
überprüft vor einem Monat

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen