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

zonemta-wildduck

Package Overview
Dependencies
Maintainers
0
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zonemta-wildduck

WildDuck MSA plugin for ZoneMTA

  • 1.32.18
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
328
increased by368.57%
Maintainers
0
Weekly downloads
 
Created
Source

zonemta-wildduck

WildDuck MSA plugin for ZoneMTA. Install this to send as a user of the WildDuck IMAP server. This plugin handles authentication and header rewriting – users are only allowed to send mail from their registered email addresses. If the address in an email does not match then it is overridden with an allowed address. This is similar to the behavior of Gmail SMTP.

WildDuck actions apply only to interfaces that require authentication.

Features

  • authentication – if authentication is enabled for the smtp interface then authentication data is checked against WildDuck user accounts
  • From rewriting – if the message has a From: address in the header that is not registered as one of the aliases for this user then the address part (but not the name) is rewritten with the default address for this user
  • Upload to Sent Mail folder – sent message is automatically appended to the Sent Mail folder of the user
  • Recipient limiting – limit RCPT TO calls for 24 hour period based on the recipients user value
  • Local delivery – messages that are deliverable to the current WildDuck installation are routed directly to LMTP bypassing MX steps

Setup

Add this as a dependency of your ZoneMTA app:

npm install zonemta-wildduck --save

Add a configuration entry in the "plugins" section of your ZoneMTA app

First enable authentication for the SMTP interface

# interfaces.toml
[feeder]
authentication=true
port=587

Then set up configuration for this plugin, see the example config file for details.

License

European Union Public License 1.1 (details) or later.

zonemta-wildduck module is part of the Zone Mail Suite (ZMS). Suite of programs and modules for an efficient, fast and modern email server.

Copyright (c) 2024 Zone Media OÜ

FAQs

Package last updated on 28 Oct 2024

Did you know?

Socket

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.

Install

Related posts

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