Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.1 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.1 KB

zmta-webadmin

Web administration component for ZoneMTA. Adds a lightweight web based wrapper around ZoneMTA HTTP API calls.

See screenshots here.

Requirements

  1. ZoneMTA
  2. Redis – required for counters
  3. delivery-counters plugin for ZoneMTA

Setup

  1. Copy these files to the same server where ZoneMTA runs
  2. Install dependencies by running npm install --production
  3. Start the web interface server with npm start
  4. 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.

License

European Union Public License 1.1 (details)