mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 16:04:37 +00:00
chatmaild: fix umask for doveauth + metadata (#494)
* chatmaild: fix umask for doveauth + metadata fix #453
This commit is contained in:
@@ -49,7 +49,7 @@ jobs:
|
|||||||
-H "Authorization: Bearer ${{ secrets.HETZNER_API_TOKEN }}" \
|
-H "Authorization: Bearer ${{ secrets.HETZNER_API_TOKEN }}" \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
-d '{"image":"debian-12"}' \
|
-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
|
- run: scripts/initenv.sh
|
||||||
|
|
||||||
|
|||||||
@@ -17,6 +17,9 @@
|
|||||||
- use old crypt lib in python < 3.11
|
- use old crypt lib in python < 3.11
|
||||||
([#483](https://github.com/deltachat/chatmail/pull/483))
|
([#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
|
- remove MTA-STS daemon
|
||||||
([#488](https://github.com/deltachat/chatmail/pull/488))
|
([#488](https://github.com/deltachat/chatmail/pull/488))
|
||||||
|
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ Restart=always
|
|||||||
RestartSec=30
|
RestartSec=30
|
||||||
User=vmail
|
User=vmail
|
||||||
RuntimeDirectory=chatmail-metadata
|
RuntimeDirectory=chatmail-metadata
|
||||||
|
UMask=0077
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ Restart=always
|
|||||||
RestartSec=30
|
RestartSec=30
|
||||||
User=vmail
|
User=vmail
|
||||||
RuntimeDirectory=doveauth
|
RuntimeDirectory=doveauth
|
||||||
|
UMask=0077
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|||||||
Reference in New Issue
Block a user