We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4fc1a3 commit eb3c026Copy full SHA for eb3c026
CHANGELOG.md
@@ -17,6 +17,9 @@
17
- use old crypt lib in python < 3.11
18
([#483](https://github.com/deltachat/chatmail/pull/483))
19
20
+- chatmaild: set umask to 0700 for doveauth + metadata
21
+ ([#490](https://github.com/deltachat/chatmail/pull/492))
22
+
23
- remove MTA-STS daemon
24
([#488](https://github.com/deltachat/chatmail/pull/488))
25
cmdeploy/src/cmdeploy/service/chatmail-metadata.service.f
@@ -7,6 +7,7 @@
7
RestartSec=30
8
User=vmail
9
RuntimeDirectory=chatmail-metadata
10
+UMask=0700
11
12
[Install]
13
WantedBy=multi-user.target
cmdeploy/src/cmdeploy/service/doveauth.service.f
RuntimeDirectory=doveauth
0 commit comments