Skip to content

Commit

Permalink
Setup custom From address for Mission Patch Trello board
Browse files Browse the repository at this point in the history
These records are required by the SendBoard power-up on the Mission Patch Trello board to support a custom From address of [email protected].
  • Loading branch information
floehopper authored Dec 19, 2023
1 parent 90c02c7 commit 8f9ffa4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/zones/mission-patch.com
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ bounce.mission-patch.com. 3600 IN CNAME custom-email-domain.stripe.com.
www.mission-patch.com. 3600 IN CNAME mission-patch.netlify.app.
mission-patch.com. 3600 IN MX 10 mxa.mailgun.org.
mission-patch.com. 3600 IN MX 10 mxb.mailgun.org.
krs._domainkey.mission-patch.com. 3600 IN TXT "k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDFmwe3WUqHjEwjEKAlmPgX/+TCNXaT6tDnmi6H0dsS3RDwOSdXh491Tc2tohZ+hKWo/9q2h6PPJ5Ro5YEmsI7VARfbXzOS2hl241gJ1c3ioRDDw/gRYlxak83hG1ov2/I8uWqPfihhlGjKPs8YAJQ6kacQJUXxUJDiOPgj/QE7fwIDAQAB"
20231219172758pm._domainkey.mission-patch.com. 60 IN TXT "k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC97w+JzBZkkH31pwPUu0x8ZklJIdcX58umLU1p4EjZLju4CKXAby4rPzJL+bngeMk6bp5BJwyTo66Qlp3RW837k4OfRIAvUXvGSgn3CQiK5XrsQjqkfGSj8ctlhbwyr/MutT7+lgLJNYAlhOShQJi3lwUYR1Bef4DKKDtYJKryDwIDAQAB"
pm-bounces.mission-patch.com. 60 IN CNAME pm.mtasv.net.

1 comment on commit 8f9ffa4

@floehopper
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In hindsight, I think the krs._domainkey.mission-patch.com TXT record really belongs in 90c02c7 since it sets up DKIM for the email forwarding.

Please sign in to comment.