https://github.com/a4i/haraka-docker
Minimal haraka docker based on node:10
https://github.com/a4i/haraka-docker
docker-image haraka
Last synced: about 1 month ago
JSON representation
Minimal haraka docker based on node:10
- Host: GitHub
- URL: https://github.com/a4i/haraka-docker
- Owner: a4i
- Created: 2019-02-19T15:15:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-19T15:21:06.000Z (over 7 years ago)
- Last Synced: 2026-04-25T00:13:27.403Z (2 months ago)
- Topics: docker-image, haraka
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Haraka
Congratulations on creating a new installation of Haraka.
This directory contains two key directories for how Haraka will function:
- config
This directory contains configuration files for Haraka. The
directory contains the default configuration. You probably want
to modify some files in here, particularly `smtp.ini`.
- plugins
This directory contains custom plugins which you write to run in
Haraka. The plugins which ship with Haraka are still available
to use.
- docs/plugins
This directory contains documentation for your plugins.
Documentation for Haraka is available via `haraka -h where the name
is either the name of a plugin (without the .js extension) or the name of
a core Haraka module, such as `Connection` or `Transaction`.
To get documentation on writing a plugin type `haraka -h Plugins`.