Initial mailman core docker container
This commit is contained in:
24
core/assets/mailman.cfg
Normal file
24
core/assets/mailman.cfg
Normal file
@@ -0,0 +1,24 @@
|
||||
[devmode]
|
||||
enabled: yes
|
||||
testing: yes
|
||||
recipient: you@yourdomain.com
|
||||
|
||||
[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
|
||||
Reference in New Issue
Block a user