https://github.com/catvec/email-container
Container which runs an email stack.
https://github.com/catvec/email-container
Last synced: 7 months ago
JSON representation
Container which runs an email stack.
- Host: GitHub
- URL: https://github.com/catvec/email-container
- Owner: catvec
- License: mit
- Created: 2019-02-16T19:19:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-18T19:50:43.000Z (about 7 years ago)
- Last Synced: 2025-07-19T17:47:57.509Z (8 months ago)
- Language: Shell
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Email Container
Container which runs an email stack.
# Table Of Contents
- [Overview](#overview)
- [Development](#development)
- [Run](#run)
# Overview
Currently runs a send only email setup with Postfix and OpenDKIM.
# Development
Build the image:
```
make
```
# Run
Before running the container requires the appropriate files be in place on
the host operating system:
- `/etc/opendkim/keys`: Directory which holds OpenDKIM signing keys
Alternate locations for these files can be configured via options provided to
the run script. See the script's help text for more information.
Run by executing:
```
./run.sh
```