Skip to content
forked from nodejs/email

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

License

codeekage/email

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  • create an iojs.org alias and associate the intended recipients to it.
  • email 'helpdesk@rt.linuxfoundation.org' requesting that the nodejs.org point to the alias. In the email, cc our Foundation contact and provide context as to why the alias is needed.

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.

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%