Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/Yexiaoxing/mailman-on-aws
- Owner: Yexiaoxing
- License: gpl-3.0
- Created: 2016-07-17T15:37:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-25T13:40:35.000Z (about 7 years ago)
- Last Synced: 2024-08-03T01:38:22.761Z (6 months ago)
- Size: 906 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)