Skip to content

Commit

Permalink
doc(README): spelling and grammar fixes (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson authored Apr 22, 2024
1 parent 8582afa commit 26dfe8e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# zonemta-wildduck

WildDuck MSA plugin for [ZoneMTA](https://github.com/zone-eu/zone-mta). 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 MSA plugin for [ZoneMTA](https://github.com/zone-eu/zone-mta). 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 interfaces that require authentication.
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
* **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
* **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 for your ZoneMTA app
Add this as a dependency of your ZoneMTA app:

```
```sh
npm install zonemta-wildduck --save
```

Expand Down

0 comments on commit 26dfe8e

Please sign in to comment.