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

Fix #806 - Create "A" instead of "CNAME" record for Client in route53 #807

Open
wants to merge 2 commits into
base: 11.0
Choose a base branch
from
Open

Fix #806 - Create "A" instead of "CNAME" record for Client in route53 #807

wants to merge 2 commits into from

Conversation

g3492
Copy link

@g3492 g3492 commented Oct 25, 2018

Solves issue #806 for mailgun and route53 users

Creating an A record instead of a CNAME record for the client, in route53, avoids error when automatically creating mailgun verification MX record for client database.
The problem with this fix, is that before applying it, existing CNAME records of clients, should be
changed to A records, with the IP address of their respective servers. Because of this, I am not sure if this fix should be merged.
Congratulations for your great work.

gustavo and others added 2 commits October 25, 2018 10:12
…sue #806)

Creating an A record for the client avoids error when  creating mailgun 
verification MX record for client database.
Before applying this fix, existing CNAME records of clients, should be 
changed to A records, with the IP of their respective servers.
…ools into 11.0-FIX-#806-error_creating_mailgun_MX_records

Updating with original repository changes
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.

1 participant