Coder Social home page Coder Social logo

zonemta-wildduck's Introduction

zonemta-wildduck

WildDuck MSA plugin for ZoneMTA. Install this to send as an user of the WildDuck IMAP server. This plugin handles authentication and also 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 overriden with an allowed address. This is similar to the behavior of Gmail SMTP.

WildDuck actions apply only 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
  • Reciepient limiting – limit RCPT TO calls for 24 hour period based on the recipients user value
  • Local delivery – messages that are handled current WildDuck installation are routed directly to LMTP bypassing MX steps

Setup

Add this as a dependency for 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's People

Contributors

andris9 avatar taxilian avatar github-actions[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.