Sign inSign up

palomar/mailman2

By palomar

Updated over 7 years ago

GNU Mailman 2.1 + nginx + postfix

Image
0

309

palomar/mailman2 repository overview

Mailman

All in one docker container for GNU Mailman.

Example Usage

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 \
  docker.io/macropin/mailman

Environment Configs

  • MAILMAN_URLHOST - Mailman url host eg www.example.com
  • MAILMAN_EMAILHOST - Mailman email host eg example.com
  • MAILMAN_ADMINMAIL - Mailman administrator email address eg [email protected]
  • MAILMAN_ADMINPASS - Mailman administrator password

SSL options for opportunistic SMTP TLS:

  • MAILMAN_SSL_CRT - SSL Certificate (optional)
  • MAILMAN_SSL_KEY - SSL Key (optional)
  • MAILMAN_SSL_CA - SSL CA (optional)

Status

Complete and working in production.

Tag summary

Content type

Image

Digest

Size

121.6 MB

Last updated

over 7 years ago

docker pull palomar/mailman2