nodejs/email

Name: email

Owner: Node.js Foundation

Description: MX server management for iojs.org (and eventually nodejs.org)

Created: 2015-06-03 04:51:11.0

Updated: 2017-12-14 18:54:50.0

Pushed: 2018-01-05 16:25:24.0

Homepage: null

Size: 41

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

nodejs/email

MX server management for iojs.org (and eventually nodejs.org)

Email aliases

The iojs.org directory contains an aliases.json file that provides email mappings for the iojs.org domain. It maps "from" usernames @iojs.org to "to" email addresses.

A credentials.json file needs to exist in the same directory containing an "api-key" property for the mailgun account managing the iojs.org MX servers.

Updating

The update directory contains a simple node program that you run and provide a domain (update/update.js iojs.org) which will read the aliases, fetch the list of mail routes from Mailgun and update the routes to make sure they match the required aliases. The Mailgun API key for the given domain is required to make this work.

Members of the Build Working Group “Infra” team (Rod Vagg, Johan Bergström, Michael Dawson and João Reis as of writing) can access the Mailgun API key via the Rackspace API or in the admin_logins.md file in the secrets repo (build/infra/). This key must be placed in a file named iojs.org/credentials.json in the form: { "api-key": "key-abc..." }.

nodejs.org email aliases

nodejs.org aliases are managed by the Foundation. In order to set one up:

License & copyright

The contents of this repository is Copyright (c) 2015 The Node.js Foundation and licensed under the MIT licence. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE.md file for more details.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.