zone-eu / zone-mta

📤 Modern outbound MTA cross platform and extendable server application
European Union Public License 1.2
583 stars 93 forks source link

The counters are not working #389

Closed ravivgolov closed 2 months ago

ravivgolov commented 2 months ago

Hello

Any idea why the counters are not working? Zonemta admin is working, counters set to on, but can't view msgs/sec:

Screenshot 2024-05-03 181108

On the other hand, how I view logs like bouncing messages and the subject/message. this is not clear in the docs, I read this but can access it: curl http://localhost:8080/counter/zone/default

ubuntu@relay:/opt/zone-mta-template$ curl http://localhost:8080/counter/zone/default
curl: (7) Failed to connect to localhost port 8080 after 0 ms: Connection refused
ubuntu@relay:/opt/zone-mta-template$

I do not fully understand how the messages are being saved and how i view the bounced messages. Can someone please elaborate more on this?

Thanks.