1.0.1 • Published 8 years ago
zonemta-delivery-counters v1.0.1
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.
License
European Union Public License 1.1 (details)