summaryrefslogtreecommitdiff
path: root/dovecot/conf.d/50-stats-local.conf
blob: 02cee61b5ec7a7652b916ea8915b33e62150f66a (plain)
  1. # Disable stats, to ease running non-administrative commands
  2. #
  3. # Origin: <https://bugs.debian.org/903161#41>
  4. # and <https://bugs.debian.org/903161#51>
  5. stats_writer_socket_path=
  6. service stats {
  7. unix_listener stats-reader {
  8. mode = 0
  9. }
  10. unix_listener stats-writer {
  11. mode = 0
  12. }
  13. }
  14. service old-stats {
  15. fifo_listener old-stats-mail {
  16. mode = 0
  17. }
  18. fifo_listener old-stats-user {
  19. mode = 0
  20. }
  21. unix_listener old-stats {
  22. mode = 0
  23. }
  24. }