https://github.com/ripeworks/docker-webmail
Docker container for encrypted webmail
https://github.com/ripeworks/docker-webmail
Last synced: 5 months ago
JSON representation
Docker container for encrypted webmail
- Host: GitHub
- URL: https://github.com/ripeworks/docker-webmail
- Owner: ripeworks
- Created: 2013-11-25T18:48:35.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-25T16:21:54.000Z (almost 12 years ago)
- Last Synced: 2025-03-30T16:26:06.137Z (11 months ago)
- Language: Shell
- Size: 152 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Webmail
* Mailpile
* Encryption
* Mail server defaults
* PGP
# Getting Started
Configure `aliases`, `domains`, `passwords` to your liking.
_These commands need more arguments to work properly._
```bash
# Build that container
$ docker build -t mail-server:0.1 .
```
```bash
# Run that container
$ docker run -d mail-server:0.1
```
# Credit
* Initial Dockerfile: [lava/dockermail](https://github.com/lava/dockermail)
* Initial mail configuration: [blog.yrden.de](https://blog.yrden.de/2013/08/02/my-mail-setup.html)