Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/macropin/docker-mailman
All in one Mailman Docker image
https://github.com/macropin/docker-mailman
docker-container docker-image mailman
Last synced: 3 days ago
JSON representation
All in one Mailman Docker image
- Host: GitHub
- URL: https://github.com/macropin/docker-mailman
- Owner: macropin
- License: mit
- Created: 2016-06-27T06:29:56.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2022-06-22T01:04:12.000Z (over 2 years ago)
- Last Synced: 2024-08-02T12:50:54.602Z (3 months ago)
- Topics: docker-container, docker-image, mailman
- Language: Shell
- Homepage: https://hub.docker.com/r/macropin/mailman/
- Size: 11.7 KB
- Stars: 8
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - macropin/docker-mailman - All in one Mailman Docker image (others)
README
# Mailman
All in one Docker image for GNU
[Mailman](http://www.gnu.org/software/mailman/index.html).## 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:latest
```## 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 passwordSSL 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.