https://github.com/niieani/docker-haraka
Dockerfile for Haraka designed for easy local plugin development
https://github.com/niieani/docker-haraka
Last synced: 6 months ago
JSON representation
Dockerfile for Haraka designed for easy local plugin development
- Host: GitHub
- URL: https://github.com/niieani/docker-haraka
- Owner: niieani
- License: mit
- Created: 2015-11-06T13:16:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:59:24.000Z (almost 2 years ago)
- Last Synced: 2025-04-03T11:42:45.636Z (7 months ago)
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-haraka
Dockerfile for Haraka designed for easy local plugin development# Usage
## Build
```bash
$ docker-compose build
```## Start
```bash
$ docker-compose up # -d for background
```## Create plugin `plugin_name`
```bash
$ docker run -it --rm -v $(pwd)/haraka:/haraka haraka -c /haraka -p plugin_name
```## Testing
```bash
$ docker exec -it mail_haraka_1 swaks -t target@email.com -f from@email.com --auth CRAM-MD5 --auth-user youruser --server localhost
```