Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

haraka-plugin-wildduck

Package Overview
Dependencies
Maintainers
1
Versions
213
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

haraka-plugin-wildduck - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc