Using the TXT record for SPF and DKIM is not easy
Using the TXT record for SPF and DKIM is not easy
Descriptive title for this enhancement
The field to enter the txt record in the dns plugin is to short
Actual behavior
The field is way too short to manipulate txt record, we have to copy the record in a text editor to be able to manipulate it correctly.
Expected behavior
Be able to edit the record inside fusiondirectory without having to copy it elsewhere. It would be maybe better to have a the possibility to add a list of entries in the form of a https://fusiondirectory-developer-documentation.readthedocs.io/en/latest/pluginsystem/attributes.html#arrayattribute-and-setattribute
allowing us to add an entry for each line of the txt record, this would be particulary usefull in the case of spf record for example.
as a spf record look like this
v=spf1 mx a:gitlab.fusiondirectory.org a:admin.fusiondirectory.org -all
Step by step description of new behaviour
- Create a new txt record
- Add each entry of the record on his own line
- save it
Benefits
- easier edition
- easier visualisation of whats inside when editing it
- less prone to typing errors
Possible Drawbacks
- need to reassemble the record to test the validity
- more difficult to maintain ?
Applicable Issues
spf records