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

[Feature]: Alter DNS Records for Google Workspace Integration #39

Closed
7 tasks done
jimbrig opened this issue Apr 4, 2024 · 1 comment · Fixed by #37 or #46
Closed
7 tasks done

[Feature]: Alter DNS Records for Google Workspace Integration #39

jimbrig opened this issue Apr 4, 2024 · 1 comment · Fixed by #37 or #46
Assignees
Labels
breaking Indicates a breaking chance that affects existing code config Configuration Management feature New feature requests

Comments

@jimbrig
Copy link
Member

jimbrig commented Apr 4, 2024

  • Review and Remove any pre-existing MX records
  , MX("@", 1, "fwd1.porkbun.com.")
  , MX("@", 1, "fwd2.porkbun.com.")
  • Add a new MX record pointing to SMTP.GOOGLE.COM
  , MX("@", 1, "smtp.google.com.")
  • Remove pre-existing TXT record for SPF
  , TXT("@", "v=spf1 include:_spf.porkbun.com ~all")
  • Add a new TXT record for SPF
  , TXT("@", "v=spf1 include:_spf.google.com ~all")
  • Review DKIM TXT record
, TXT("default._domainkey", "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDYsugL19bSGrFmBaj5D7mebgTI4CJbEodRIOoPetQmRGWwACeoKj3IQsI0f8Yyx8j9u6Q9IUIFJZ4TNnRP2aQHwC74O7gzA/GpNKsGHDUGPFH5f61DRj29QcmrYGTPwZPKf9zvJw4jl9vZihGJJh86zVgotMfivPQIF+8KHly3BwIDAQAB")
  • Review any DMARC TXT records

  • Migrate all email aliases to Google as our new email hosting provider

@jimbrig jimbrig added breaking Indicates a breaking chance that affects existing code config Configuration Management feature New feature requests labels Apr 4, 2024
@jimbrig jimbrig linked a pull request Apr 4, 2024 that will close this issue
@jimbrig jimbrig moved this to In review in [Internal]: Demos Apr 4, 2024
@phoward38
Copy link
Member

  • Migrate all email aliases to Google as our new email hosting provider

@noclocks/dev migrated aliases to my email temporarily as "alternate email addresses"; need to look into configuring forwarding in the same way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Indicates a breaking chance that affects existing code config Configuration Management feature New feature requests
Projects
Status: Done
2 participants