Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
haraka-plugin-wildduck
Advanced tools
Haraka plugin for processing incoming messages for Wild Duck IMAP server
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.
cd /path/to/local/haraka
npm install haraka-plugin-wildduck
echo "wildduck" >> config/plugins
service 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.
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
cp node_modules/haraka-plugin-wildduck/config/wildduck.ini config/wildduck.ini
$EDITOR config/wildduck.ini
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).
FAQs
Haraka plugin for processing incoming messages for the WildDuck IMAP server
The npm package haraka-plugin-wildduck receives a total of 108 weekly downloads. As such, haraka-plugin-wildduck popularity was classified as not popular.
We found that haraka-plugin-wildduck demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.