Skip to content
Snippets Groups Projects
Commit 29361b74 authored by godog's avatar godog
Browse files

Buster compatibility

Buster ships with Dovecot 2.3, thus switch to "old_stats".

See also https://doc.dovecot.org/configuration_manual/stats/old_statistics/
parent a5fc4396
No related branches found
No related tags found
No related merge requests found
ADDR=:9166 ADDR=:9166
SCOPES=global SCOPES=global
DOVECOT_SOCKET=/var/run/dovecot/old-stats
...@@ -5,7 +5,7 @@ After=dovecot.service ...@@ -5,7 +5,7 @@ After=dovecot.service
[Service] [Service]
Type=simple Type=simple
EnvironmentFile=/etc/default/dovecot-exporter EnvironmentFile=/etc/default/dovecot-exporter
ExecStart=/usr/bin/dovecot-exporter --dovecot.scopes $SCOPES --web.listen-address $ADDR ExecStart=/usr/bin/dovecot-exporter --dovecot.scopes $SCOPES --web.listen-address $ADDR --dovecot.socket-path $DOVECOT_SOCKET
Restart=on-failure Restart=on-failure
User=dovecot User=dovecot
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment