Files
OSIT-Mailman3/core/assets/mailman.cfg
Abhilash Raj c110bb1d01 Add a docker compose configuration and mailman-web
This commit adds a lot of new code including the mailman's web
frontend. It includes a configuration file which can later be
configured to run required configs.

Also, the docker-compose file spins off the containers, sets up
appropriate volumes and links.
2017-03-29 16:30:25 -07:00

29 lines
345 B
INI

# [devmode]
# enabled: yes
# testing: yes
# recipient: you@yourdomain.com
[webservice]
hostname: 0.0.0.0
[mta]
smtp_port: 9025
lmtp_port: 9024
incoming: mailman.testing.mta.FakeMTA
[archiver.mhonarc]
enable: yes
[archiver.mail_archive]
enable: yes
[archiver.prototype]
enable: yes
[runner.retry]
sleep_time: 10s
[shell]
use_ipython: yes