An open API service indexing awesome lists of open source software.

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

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
```