Jaymon / stockton

Quickly setup an email server to forward a personal domain to any email address
Other
4 stars 0 forks source link

Generating a big dkim key results in a domain.txt file that has multiple p lines #17

Closed Jaymon closed 8 years ago

Jaymon commented 8 years ago

these need to be concatenated together to create the full key needed for the dns TXT record, right now the check-domain domain --records=dkim command gets the key wrong

Jaymon commented 8 years ago

The results from:

host -t txt foo._defaultkey.domain.com

are also split up, so that needs to be taken into account when parsing that output