-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed as not planned
Labels
area/configuration (file)area/documentationkind/bug/reportA report about a bugA report about a bugmeta/closed due to age or inactivityThis issue / PR has been closed due to inactivityThis issue / PR has been closed due to inactivitymeta/staleThis issue / PR has become stale and will be closed if there is no further activityThis issue / PR has become stale and will be closed if there is no further activityservice/dovecot
Description
π Preliminary Checks
- I tried searching for an existing issue and followed the debugging docs advice, but still need assistance.
π What Happened?
I tried to configure dovecot statistics/metrics inside DMS like this
dovecot.cf
// Proxying code from https://docker-mailserver.github.io/docker-mailserver/latest/examples/tutorials/mailserver-behind-proxy/#dms-postfix-dovecot (last infobox)
haproxy_trusted_networks=192.168.0.0/16 172.16.0.0/12 10.0.0.0/8
service imap-login {
inet_listener imaps-proxied {
haproxy = yes
port = 10993
ssl = yes
}
}
// ...
// Example as described inside https://doc.dovecot.org/configuration_manual/stats/openmetrics/
service stats {
inet_listener http {
port = 9900
}
}
metric auth_success {
filter = (event=auth_request_finished AND success=yes)
}
metric imap_command {
filter = event=imap_command_finished
group_by = cmd_name tagged_reply_state
}
metric smtp_command {
filter = event=smtp_server_command_finished
group_by = cmd_name status_code duration:exponential:1:5:10
}
metric mail_delivery {
filter = event=mail_delivery_finished
group_by = duration:exponential:1:5:10
}
However the metrics are always the same and never change to other values.
I also tried to manually run doveadm stats dump however this results in:
Fatal: net_connect_unix(/run/dovecot/stats-reader) failed: No such file or directory
π Reproduction Steps
See description
π DMS Version
14.0.0
π» Operating System and Architecture
irrelevant
βοΈ Container configuration files
No response
π Relevant log output
No response
Improvements to this form?
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/configuration (file)area/documentationkind/bug/reportA report about a bugA report about a bugmeta/closed due to age or inactivityThis issue / PR has been closed due to inactivityThis issue / PR has been closed due to inactivitymeta/staleThis issue / PR has become stale and will be closed if there is no further activityThis issue / PR has become stale and will be closed if there is no further activityservice/dovecot