1
1
mirror of https://github.com/docker-mailserver/docker-mailserver synced 2025-08-27 04:11:38 +02:00

removed stats configuration for old statistics plugin (#2336)

This commit is contained in:
Georg Lauterbach 2021-12-20 22:46:13 +01:00 committed by GitHub
parent ce4bc8a2bd
commit 7e17b208ee
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -11,15 +11,3 @@ service stats {
mode = 0
}
}
service old-stats {
fifo_listener old-stats-mail {
mode = 0
}
fifo_listener old-stats-user {
mode = 0
}
unix_listener old-stats {
mode = 0
}
}