-
Notifications
You must be signed in to change notification settings - Fork 302
Add Zenara Health Domain Connect mail templates #688
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Add Zenara Health Domain Connect mail templates #688
Conversation
|
Linter OK: |
| "serviceId": "whitelabel-custom-mail-alias", | ||
| "serviceName": "White Label - Custom Mail alias", | ||
| "version": 1, | ||
| "logoUrl": "https://zenarahealth.io/assets/zenarahealth.svg", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this domain work? The zenarahealth.io does not have A or AAAA record, and the www.zenerahealth.io gives certificate error.
| "logoUrl": "https://zenarahealth.io/assets/zenarahealth.svg", | ||
| "description": "Configures your domain to work with Zenara Health's white label service with custom mail address.", | ||
| "variableDescription": "This configuration sets whitelabel for custom domain and email address.", | ||
| "syncPubKeyDomain": "zenarahealth.io", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since you need to look into DNS anyway please have a look the public key TXT record works as expected. There are pretty good instructions in https://exampleservice.domainconnect.org/sig to get the signature sorted.
| { | ||
| "type": "A", | ||
| "host": "%host4%", | ||
| "pointsTo": "%record4%", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These templates add quite many records to customer domain. It would be nice to describe what the records are used for in variable description. Or at least in the git commit message. Ideally the pull request description could show how example.com would look like after it would be applied by this template. Try to answer the question: if I as a customer would apply this template to my zone what would I get?
This PR adds Domain Connect templates for Zenara Health mail services.