Skip to content

Commit

Permalink
chatmaild: fix umask for doveauth + metadata (#494)
Browse files Browse the repository at this point in the history
* chatmaild: fix umask for doveauth + metadata

fix #453
  • Loading branch information
missytake authored Feb 17, 2025
1 parent 8ec6e6e commit f4e3716
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-deploy-ipv4only.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
-H "Authorization: Bearer ${{ secrets.HETZNER_API_TOKEN }}" \
-H "Content-Type: application/json" \
-d '{"image":"debian-12"}' \
"https://api.hetzner.cloud/v1/servers/${{ secrets.STAGING_SERVER_ID }}/actions/rebuild"
"https://api.hetzner.cloud/v1/servers/${{ secrets.STAGING_IPV4_SERVER_ID }}/actions/rebuild"
- run: scripts/initenv.sh

Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
- use old crypt lib in python < 3.11
([#483](https://github.com/deltachat/chatmail/pull/483))

- chatmaild: set umask to 0700 for doveauth + metadata
([#490](https://github.com/deltachat/chatmail/pull/492))

- remove MTA-STS daemon
([#488](https://github.com/deltachat/chatmail/pull/488))

Expand Down
1 change: 1 addition & 0 deletions cmdeploy/src/cmdeploy/service/chatmail-metadata.service.f
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
RestartSec=30
User=vmail
RuntimeDirectory=chatmail-metadata
UMask=0077

[Install]
WantedBy=multi-user.target
1 change: 1 addition & 0 deletions cmdeploy/src/cmdeploy/service/doveauth.service.f
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
RestartSec=30
User=vmail
RuntimeDirectory=doveauth
UMask=0077

[Install]
WantedBy=multi-user.target

0 comments on commit f4e3716

Please sign in to comment.