项目作者: haraka

项目描述 :
Haraka plugin that uses Mail::DMARC via it's HTTP service
高级语言: JavaScript
项目地址: git://github.com/haraka/haraka-plugin-dmarc-perl.git
创建时间: 2019-04-01T22:01:02Z
项目社区:https://github.com/haraka/haraka-plugin-dmarc-perl

开源协议:MIT License

下载


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

  1. cd /path/to/local/haraka
  2. npm install haraka-plugin-dmarc-perl
  3. echo "dmarc-perl" >> config/plugins
  4. 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:

  1. cp node_modules/haraka-plugin-dmarc-perl/config/dmarc-perl.ini config/dmarc-perl.ini
  2. $EDITOR config/dmarc-perl.ini

USAGE