Clone me, to create a new plugin!
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.
- 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.
cd /path/to/local/haraka
npm install haraka-plugin-milter
echo "milter" >> config/plugins
service haraka restart
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