You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See mailing-lists. This needs to be updated with the latest data in ImprovMX.
This is worth scriptifying, because we'll have to do it again right before switching our MX records (in case anything changes in the mean time).
There are 2 parts to this:
Import ImprovMX aliases #597: Import the mailing lists ("aliases" from ImprovMX. We can do this ourselves, just need a dump from ImprovMX.
To dump aliases from ImprovMX: curl -X GET https://api.improvmx.com/v3/domains/nixos.org/aliases -H "Authorization: Basic api:$API_KEY" > /tmp/improvemx.json
Set up STMP sending accounts. We cannot do this ourselves, because it requires passwords. I've emailed the 2 accounts (as documented on https://github.com/NixOS/org/blob/main/doc/mail.md). I'm waiting to hear back from them:
jfly
changed the title
Update mailing-lists with latest in ImprovMX.
Update mailing-lists with latest mailing lists and SMTP sending accounts in ImprovMX
Mar 13, 2025
jfly
added a commit
to jfly/infra
that referenced
this issue
Mar 22, 2025
This completes the aliases part of <NixOS#586>.
I wrote a script to parse a ImprovMX dump and generate, but I don't want
to share it publicly because it has people's personal email addresses in
it. If you want to read the script, reach out to me on matrix, and I can
share it.
jfly
added a commit
to jfly/infra
that referenced
this issue
Mar 22, 2025
See
mailing-lists
. This needs to be updated with the latest data in ImprovMX.This is worth scriptifying, because we'll have to do it again right before switching our MX records (in case anything changes in the mean time).
There are 2 parts to this:
curl -X GET https://api.improvmx.com/v3/domains/nixos.org/aliases -H "Authorization: Basic api:$API_KEY" > /tmp/improvemx.json
The text was updated successfully, but these errors were encountered: