summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/firma.pp1
-rw-r--r--templates/dovecot/dovecot.conf.bullseye.erb6
2 files changed, 5 insertions, 2 deletions
diff --git a/manifests/firma.pp b/manifests/firma.pp
index 2f9bbe9..d03e770 100644
--- a/manifests/firma.pp
+++ b/manifests/firma.pp
@@ -34,6 +34,7 @@ class mail::firma(
revision => 'df18d0c7060007aaa757ea749bcbb66814d1f4ce',
owner => 'firma',
group => 'firma',
+ user => 'firma',
require => [ User['firma'], Group['firma'] ],
}
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
}
}