A mailing list management system
This repository has been archived on 2021-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
decentral1se 8a8fcb9a6a
Use new service name
2021-05-16 15:02:25 +02:00
.env.sample Add lengths to secrets 2021-05-14 15:55:52 +02:00
LICENSE Add placeholder 2020-10-07 10:43:34 +02:00
README.md Shuffle env vars for simplicity 2021-05-14 15:46:35 +02:00
abra.sh Taking another run at packaging this thing 2021-05-08 18:26:32 +02:00
compose.yml Switch server names 2021-05-16 14:50:40 +02:00
entrypoint.core.sh.tmpl Move env var exposing to the top 2021-05-14 17:36:00 +02:00
entrypoint.web.sh.tmpl Add missing env var 2021-05-14 16:57:09 +02:00
mailman-extra.cfg.tmpl Use the right env vars 2021-05-14 15:47:36 +02:00
nginx.conf.tmpl Use new service name 2021-05-16 15:02:25 +02:00
settings_local.py.tmpl Struggling through more configs 2021-05-08 21:58:01 +02:00

README.md

mailman3

A mailing list management system.

https://docs.mailman3.org

This configuration is intended to be used with mailu, assumes the use of a postfix MTA and requires that you share networks and volumes between your Mailu stack and your Mailman3 stack. After installation, you need to run manage.py createsuperuser against your mailman-web container to create an admin account.

  • Category:
  • Status:
  • Image: maxking/mailman-*
  • Healthcheck:
  • Backups:
  • Email:
  • Tests:
  • SSO:

Basic usage

  1. Set up Docker Swarm and abra
  2. Deploy coop-cloud/traefik
  3. abra app new mailman3 --secrets (optionally with --pass if you'd like to save secrets in pass)
  4. abra app YOURAPPDOMAIN config - be sure to change $DOMAIN to something that resolves to your Docker swarm box
  5. abra app YOURAPPDOMAIN deploy
  6. Open the configured domain in your browser to finish set-up