Skip to content

martandya/zmta-webadmin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Web admin component for ZoneMTA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 51.9%
  • JavaScript 48.1%