haraka-plugin-milter

April 7, 2019 ยท View on GitHub

Build Status Code Climate Greenkeeper badge NPM

haraka-plugin-milter

Clone me, to create a new plugin!

Template Instructions

These instructions will not self-destruct after use. Use and destroy.

See also, How to Write a Plugin and Plugins.md for additional plugin writing information.

Enable Travis-CI testing

  • visit your Travis-CI profile page and enable Continuous Integration testing on the repo
  • enable Code Climate. Click the code climate badge and import your repo.

Add your content here

INSTALL

cd /path/to/local/haraka
npm install haraka-plugin-milter
echo "milter" >> config/plugins
service haraka restart

Configuration

If the default configuration is not sufficient, copy the config file from the distribution into your haraka config dir and then modify it:

cp node_modules/haraka-plugin-milter/config/milter.ini config/milter.ini
$EDITOR config/milter.ini

USAGE