Skip to content
Snippets Groups Projects

Sympa docker

WIP notice

This image is a Work In Progress and should only be used for testing purposes.

For now only the web interface and SOAP API have been tested.

This image should be combined with a postfix container to actually send mail, this part and the list_configuration have not been tested / documented yet

Installation

  1. Copy .env.sample to .env and adapt
  2. docker-compose up --build
  3. Go to localhost:8081/wws try to login and click first_login
  4. If you have not configured the sendmail part of postfix, you can find a mail with your login informations in /var/spool/sympa/bulk/msg

Configuration

You can add and modify files in etc directory, do not forget to restart the container afterwards