Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 804 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 804 Bytes

Wild Duck MTA

Example ZoneMTA application to work with Wild Duck Mail Server. 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, Wild Duck specific config is in config/plugins/wildduck.toml.