mailman3 with embedded sqlite database
569
The purpose of this Dockerfile is to build mailman3 container.
This docker containter could be used in cooperation with postorius-docker (github, dockerhub) and with compose.
This image is configured to work with embedded sqlite database which can be put on external volume to achieve data persistence.
MAILMAN_REST_API_USER - user used to authenticate to mailman3 API endpoint (default: restadmin)
MAILMAN_REST_API_PASSWORD - password used to authenticate to mailman3 API endpoint (default: restpass)
MAILMAN_SMTP_HOST - address of smtp server which is relaying messgaes send by mailman (default: none, must be provided)
MAILMAN_SMTP_PORT - tcp port used to connect to relay smtp server (default: 25)
MAILMAN_SITE_OWNER - email address of mailman's instance (default: admin@HOSTNAME)
Content type
Image
Digest
Size
271.1 MB
Last updated
over 9 years ago
docker pull newtype87/mailman3-docker