-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Description:
After running the init.sh script, the DKIM value that gets generated is not well-formatted. As shown in the attached image, the DKIM content is difficult to read and may cause issues when adding it to DNS records.
Expected behavior:
- The DKIM value should be formatted in a clear, copy-paste–ready format.
- Line breaks and spacing should follow standard DKIM TXT record conventions.
Steps to Reproduce:
- Run the init.sh script.
- Check the output DKIM value.
- Observe that the DKIM record formatting is broken.
Proposed Fix:
- Improve the script to format the DKIM record properly.
- Ensure that the output matches the standard DNS TXT record format.
- The content field should be copied and pasted into the DNS record. (Type and Name fields are fine)
Additional context:
Screenshot attached (see below).

Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers