nodemailer/haraka-plugin-wildduck

Name: haraka-plugin-wildduck

Owner: nodemailer

Description: Wild Duck plugin for Haraka

Created: 2017-06-04 08:35:07.0

Updated: 2018-05-07 11:04:33.0

Pushed: 2018-05-07 11:04:36.0

Homepage: null

Size: 41

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Wild Duck plugin for Haraka

This plugin enables recipient checks for Haraka. The plugin normalizes recipient email addresses and validates these against the users table in Wild Duck database. It also checks quota usage, so if the user quota is already exceeded, then the message is rejected.

Install
path/to/local/haraka
install haraka-plugin-wildduck
 "wildduck" >> config/plugins
ice haraka restart

Additionally you should enable queue/lmtp plugin as the Wild Duck plugin only checks recipient info but does not do the actual delivery.

Configuration

Wild Duck plugin expects MongoDB settings to be set. By default it uses unauthenticated localhost, if you need to use a more specific settings then create your own configuration file

ode_modules/haraka-plugin-wildduck/config/wildduck.ini config/wildduck.ini
TOR config/wildduck.ini
Notes

Minimally you would need this plugin and queue/lmtp plugin to use Haraka with Wild Duck.

If you use a antispam plugin as well, then messages with headers “X-RSpamd-Spam: Yes” or “X-Spam-Status: Yes” are delivered to the Junk folder automatically. Which header is preferred can be set in Wild Duck config file (by default X-RSpamd-Spamd is used).


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.