Open vink78 opened 5 years ago
I need to add a DKIM record with a long key (the TXT record is more than 254 characters).
RFC4408 (3.1.3) explain that we have to split record as following:
IN TXT "v=DKIM .... first" "second string..."
Each string is no more than 254 characters
I've started to work on it here vink78@b660be327390b7e9fff1d970d017abdad5cf548f
I need to add a DKIM record with a long key (the TXT record is more than 254 characters).
RFC4408 (3.1.3) explain that we have to split record as following:
IN TXT "v=DKIM .... first" "second string..."
Each string is no more than 254 characters