Skip to content
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

Serve CNAME records from config file #101

Closed
benfrancis opened this issue Sep 18, 2024 · 1 comment · Fixed by #102
Closed

Serve CNAME records from config file #101

benfrancis opened this issue Sep 18, 2024 · 1 comment · Fixed by #102
Labels

Comments

@benfrancis
Copy link
Member

I've been trying to reconfigure the webthings.io registration servers to use Amazon SES as an outgoing mail server instead of GMail, as what I had hoped would be an easier alternative to #100 once GMail stops supporting username & password authentication.

I've discovered that in order to verify a domain with Amazon SES you need to be able to set at least CNAME, TXT and MX records on the DNS server. As far as I can tell it's possible to statically configure TXT and MX records for the registration server in config.toml, but not currently CNAME records.

In order to verify the domain with Amazon SES we therefore need to modify the source code to enable us to manually configure CNAME records in config.toml as well. A mutual friend tells me this shouldn't be too hard, but I need a Rust developer to help.

This is somewhat time sensitive because GMail will stop supporting username & password authentication at the end of this month.

@benfrancis
Copy link
Member Author

benfrancis commented Sep 18, 2024

This might be a good place to start for where to look

fn build_txt_response(
qname: &str,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant