cmdeploy: add --force to cmdeploy init for recreating chatmail.ini

This commit is contained in:
missytake
2025-10-07 20:11:57 +02:00
parent 1170adc1d4
commit 123531f1eb
3 changed files with 46 additions and 9 deletions

View File

@@ -17,6 +17,9 @@
- Add startup for `fcgiwrap.service` because sometimes it did not start automatically.
([#657](https://github.com/chatmail/relay/pull/657))
- Add `cmdeploy init --force` command for recreating chatmail.ini
([#656](https://github.com/chatmail/relay/pull/656))
- Increase maxproc for reinjecting ports from 10 to 100
([#646](https://github.com/chatmail/relay/pull/646))