Web administration component for ZoneMTA. Adds a lightweight web based wrapper around ZoneMTA HTTP API calls.
See screenshots here.
- ZoneMTA
- Redis – required for counters
- delivery-counters plugin for ZoneMTA
- Copy these files to the same server where ZoneMTA runs
- Install dependencies by running
npm install --production
- Start the web interface server with
npm start
- Point your browser to http://localhost:8082
If you want to acces the administration page from outside current server then either modify configuration options or serve the page through Nginx or Apache.
NB! For the delivery counters and top destinations to work you should add zonemta-delivery-counters plugin for your ZoneMTA application.
European Union Public License 1.1 (details)