Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nodemailer/wildduck-mta
Example MTA service for Wild Duck mail Server
https://github.com/nodemailer/wildduck-mta
Last synced: 26 days ago
JSON representation
Example MTA service for Wild Duck mail Server
- Host: GitHub
- URL: https://github.com/nodemailer/wildduck-mta
- Owner: nodemailer
- Created: 2017-08-02T08:13:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-19T17:53:39.000Z (over 7 years ago)
- Last Synced: 2024-11-04T01:32:50.434Z (about 1 month ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 12
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - nodemailer/wildduck-mta - Example MTA service for Wild Duck mail Server (others)
README
# Wild Duck MTA
Example [ZoneMTA](https://github.com/zone-eu/zone-mta) application to work with [Wild Duck Mail Server](https://github.com/nodemailer/wildduck). This application sets up an outbound SMTP server listening on port 587 that uses Wild Duck accounts for authentication.
```
$ npm install --production
$ sudo npm start
```### Requirements
* Nodejs v6
* Build tools + Python (required for building ZoneMTA dependencies). These are optional, though if build-tools are not available then you should probably see a long list of warnings and errors.
* Wild Duck Mail Server### Configuration
Main configuration file can be found from [config/wildduck-mta.toml](./config/wildduck-mta.toml), Wild Duck specific config is in [config/plugins/wildduck.toml](./config/plugins/wildduck.toml).