andris9 / zonemta-delivery-counters

Delivery counters plugin for ZoneMTA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zonemta-delivery-counters

Delivery counters plugin for ZoneMTA. Install this to see delivery counts and sending speed in ZoneMTA WebAdmin.

Setup

Add this as a dependency for your ZoneMTA app

npm install zonemta-delivery-counters --save

Add a configuration entry in the "plugins" section of your ZoneMTA app

...
  "plugins": {
    "modules/zonemta-delivery-counters": {
      "enabled": "main",
      "redis": "redis://localhost:6379/2",
      "prefix": "zmta"
    }
  }
...

Redis configuration is optional. If not set then the redis connection provided by ZoneMTA is used.

Please note that if you used the zone-mta-template when installing ZoneMTA (Which is the default procedure in the documentaton) zone-mta-counters is already installed for you.

License

European Union Public License 1.1 (details)

About

Delivery counters plugin for ZoneMTA


Languages

Language:JavaScript 100.0%