The whole setup is currently on two different VMs, each running docker and docker-compose
cd mail
docker-compose up -d
# create superuser [email protected]
docker-compose run --rm admin python manage.py admin root example.net passwordcd lists
# create htpasswd entry for the site
htpasswd config/nginx-proxy/htpasswd/lists.fablab-karlsruhe.de fabirus
docker-compose up -d
# create superuser
docker-compose exec mailman-web python manage.py createsuperuser
# manage more super users under /admin- configure the LE certs for postfix