summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/dovecot/dovecot.conf.bullseye.erb6
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/dovecot/dovecot.conf.bullseye.erb b/templates/dovecot/dovecot.conf.bullseye.erb
index a515e35..39b1def 100644
--- a/templates/dovecot/dovecot.conf.bullseye.erb
+++ b/templates/dovecot/dovecot.conf.bullseye.erb
@@ -80,7 +80,8 @@ service stats {
mode = 0
}
unix_listener stats-writer {
- mode = 0
+ #mode = 0
+ mode = 0666
}
}
@@ -93,6 +94,7 @@ service old-stats {
mode = 0
}
unix_listener old-stats {
- mode = 0
+ #mode = 0
+ mode = 0666
}
}