haraka-plugin-wildduck
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "haraka-plugin-wildduck", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Haraka plugin for processing incoming messages for Wild Duck IMAP server", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# Wild Duck plugin for Haraka | ||
This plugin enables recipient checks 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. | ||
@@ -22,3 +22,9 @@ ## Install | ||
cp node_modules/haraka-plugin-wildduck/config/wildduck.ini config/wildduck.ini | ||
$EDITOR config/template.ini | ||
$EDITOR config/wildduck.ini | ||
``` | ||
### Notes | ||
Minimally you would need this plugin and [queue/lmtp](http://haraka.github.io/manual/plugins/queue/lmtp.html) 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). |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29825
30