Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 767 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 767 Bytes

FLKA Mail Setup

The whole setup is currently on two different VMs, each running docker and docker-compose

mail.fablab-karlsruhe.de

Mailu based

cd mail
docker-compose up -d

# create superuser [email protected]
docker-compose run --rm admin python manage.py admin root example.net password

lists.fablab-karlsruhe.de

Mailman 3 based

cd 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

TODO

  • configure the LE certs for postfix