Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 514 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 514 Bytes

Mailman

All in one docker container for GNU Mailman.

Building

docker build -t mailman .

Running

docker run --rm -ti --name mailman \
  -p 80:80 -p 25:25 \
  -e MAILMAN_URLHOST=www.example.com \
  -e MAILMAN_EMAILHOST=example.com \
  -e [email protected] \
  -e MAILMAN_ADMINPASS=foo \
  mailman

Configs

  • MAILMAN_SSL_CRT
  • MAILMAN_SSL_KEY
  • MAILMAN_SSL_CA

Status

Complete and working in production.