-
-
Notifications
You must be signed in to change notification settings - Fork 104
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
Allow umbriel to send emails as nixos.org #566
Conversation
670dfe6
to
261a17f
Compare
24bc5d9
to
4fe3460
Compare
4fe3460
to
ec013aa
Compare
ec013aa
to
0a71493
Compare
Once this change is deployed, we should be able to start sending test emails from `@nixos.org` email addresses using `umbriel`. I updated our SPF record in a way such that it should allow `umbriel` without breaking our existing email sending capabilities with ImprovMX. This does *not* change our MX (yet): ImprovMX will still be receiving emails send to `nixos.org`. To verify that we can receive emails sent to `nixos.org` addresses, I plan to edit `/etc/hosts` on my personal mailserver and send some test emails. Do folks have better ideas for testing this out?
b4c3c1b
to
0b768b8
Compare
@Mic92, sorry I force pushed locally (without using |
Just amend the fix to your existing commit. |
Yes, already done. I assume you and I did the same thing, but I can't figure out how to get github to show me what you did. |
DNS changes applied. |
Thanks @mweinelt! Any idea why we seem to have 2 TXT records for
The first one is expected from this PR. I'm not sure if the second one existed before this PR, but I can't find any evidence of it in our git repo. |
Now I see this DNS record exactly in sync with the current state after 20db5e89e085db |
Depends on #571. Please review/merge that PR first.
Once this change is deployed, we should be able to start sending test emails from
@nixos.org
email addresses using umbriel. I updated our SPF record in a way such that it should allow umbriel without breaking our existing email sending capabilities (ImprovMX and gandi.net).This does not change our MX (yet): ImprovMX will still be receiving emails send to
nixos.org
. To verify that we can receive emails sent tonixos.org
addresses, I plan to edit/etc/hosts
on my personal mailserver and send some test emails. Do folks have better ideas for testing this out?