Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ktoso/smtp-cha-res
https://github.com/ktoso/smtp-cha-res
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ktoso/smtp-cha-res
- Owner: ktoso
- Created: 2018-01-05T10:31:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-05T10:33:50.000Z (about 7 years ago)
- Last Synced: 2024-12-07T01:44:26.649Z (about 1 month ago)
- Language: JavaScript
- Size: 1.42 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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`.