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.
29 lines
345 B
INI
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
|