1.0.2 • Published 4 years ago

haraka-plugin-dmarc-perl v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

Build Status Windows Build Status Code Climate

NPM

haraka-plugin-dmarc-perl

SYNOPSIS

  • Install Mail::DMARC somewhere. Example
  • Run the included dmarc_httpd CLI program.
  • Configure dmarc-perl.ini to point at the Mail::DMARC HTTP service.
  • Enable this plugin in haraka's config/plugins file.

INSTALL

cd /path/to/local/haraka
npm install haraka-plugin-dmarc-perl
echo "dmarc-perl" >> 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-dmarc-perl/config/dmarc-perl.ini config/dmarc-perl.ini
$EDITOR config/dmarc-perl.ini

USAGE