Skip to content

Conversation

@mayur-jadhav-ttpl
Copy link

This PR adds Domain Connect templates for Zenara Health mail services.

  • whitelabel-custom-mail
  • whitelabel-default-mail
  • zenarahealth.io.whitelabel-default-mail-alias.json
  • zenarahealth.io.whitelabel-custom-mail-alias.json

@github-actions
Copy link

Linter OK:

Linter result for zenarahealth.io.whitelabel-custom-mail-alias.json
{"level":"warn","template":"zenarahealth.io.whitelabel-custom-mail-alias.json","error":"Get \"https://zenarahealth.io/assets/zenarahealth.svg\": dial tcp: lookup zenarahealth.io on 127.0.0.53:53: no such host","logoUrl":"https://zenarahealth.io/assets/zenarahealth.svg","code":"DCTL1010","dctl_note":"logo check failed","time":1766059066}
Linter result for zenarahealth.io.whitelabel-custom-mail.json
{"level":"warn","template":"zenarahealth.io.whitelabel-custom-mail.json","error":"Get \"https://zenarahealth.io/assets/zenarahealth.svg\": dial tcp: lookup zenarahealth.io on 127.0.0.53:53: no such host","logoUrl":"https://zenarahealth.io/assets/zenarahealth.svg","code":"DCTL1010","dctl_note":"logo check failed","time":1766059067}
Linter result for zenarahealth.io.whitelabel-default-mail-alias.json
{"level":"warn","template":"zenarahealth.io.whitelabel-default-mail-alias.json","error":"Get \"https://zenarahealth.io/assets/zenarahealth.svg\": dial tcp: lookup zenarahealth.io on 127.0.0.53:53: no such host","logoUrl":"https://zenarahealth.io/assets/zenarahealth.svg","code":"DCTL1010","dctl_note":"logo check failed","time":1766059067}
Linter result for zenarahealth.io.whitelabel-default-mail.json
{"level":"warn","template":"zenarahealth.io.whitelabel-default-mail.json","error":"Get \"https://zenarahealth.io/assets/zenarahealth.svg\": dial tcp: lookup zenarahealth.io on 127.0.0.53:53: no such host","logoUrl":"https://zenarahealth.io/assets/zenarahealth.svg","code":"DCTL1010","dctl_note":"logo check failed","time":1766059067}

"serviceId": "whitelabel-custom-mail-alias",
"serviceName": "White Label - Custom Mail alias",
"version": 1,
"logoUrl": "https://zenarahealth.io/assets/zenarahealth.svg",
Copy link
Collaborator

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",
Copy link
Collaborator

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%",
Copy link
Collaborator

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants