Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Yexiaoxing/mailman-on-aws

Way to deploy Mailman 3 on AWS (SES and EC2)
https://github.com/Yexiaoxing/mailman-on-aws

Last synced: 2 months ago
JSON representation

Way to deploy Mailman 3 on AWS (SES and EC2)

Awesome Lists containing this project

README

        

# mailman-on-aws
Way to deploy Mailman 3 on AWS (SES and EC2)

Reference:
* [Integrating Amazon SES with Postfix] (http://docs.aws.amazon.com/ses/latest/DeveloperGuide/postfix.html)
* [Mailman bundler - GNU Mailman, Postorius and HyperKitty](https://gitlab.com/mailman/mailman-bundler)

List of article:
- [Initialize EC2 Virtual Machine](00-EC2-init.md)
- [Set Up SES, Simple Email Service](01-SES.md)
- [Set up a testing Mailman](02-mailman-testing.md)
- [Set Up RDS, Relational Database Service](03-rds.md)
- [Put Mailman into Production (not yet finished)](04-mailman-production.md)
- [Use Nginx to proxy Mailman (not yet finished)](05-nginx-proxy.md)