I am creating a server with a primary nameserver and mutliple domains. Do i need to make TXT records for all the domain, they all have there own email, but use the mailserver from the primary.
EDIT:
I am currently on a server running CentOS and Plesk. One option i can choose is to use Domain Keys"
If i enable the domain keys, there are 2 TXT fields created, one with a long key, and one with a o=- value.
If I enable this do i still need to have the SPF records, or is this inferior to the SPF records, in terms of SPAM.
TXT records were originally intended to provide an option to place arbitrary user-comments.
Now, they are generally used for the SPF anti-spam system.
TXT
records were originally intended just to store arbitrary (small) amounts of text as labels for DNS data.However since they were the only free-form record type specified for use in DNS they were subsequently misused greatly as a dumping ground for any old crap that didn't have its own resource record type (i.e.
SPF
).SPF
does now have its own record type, but legacy systems still prefer the oldTXT
format.