https://github.com/dongyuwei/mail2http
Automatically exported from code.google.com/p/mail2http
https://github.com/dongyuwei/mail2http
Last synced: 3 months ago
JSON representation
Automatically exported from code.google.com/p/mail2http
- Host: GitHub
- URL: https://github.com/dongyuwei/mail2http
- Owner: dongyuwei
- License: other
- Created: 2015-04-11T11:09:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-11T11:15:13.000Z (over 10 years ago)
- Last Synced: 2025-02-26T21:13:47.049Z (10 months ago)
- Language: JavaScript
- Size: 8.97 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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`.