remove all occurences of hardcoded /home/vmail for database and mailbox dirs

This commit is contained in:
holger krekel
2024-07-09 20:35:57 +02:00
parent c8661fd135
commit fc09653de3
14 changed files with 42 additions and 30 deletions

View File

@@ -2,9 +2,12 @@
## untagged
- BREAKING: new required chatmail.ini value
'mailboxes_dir = /home/vmail/mail/{mail_domain}'
reducing the hardcoding on that directory and improving testability.
- BREAKING: new required chatmail.ini values:
mailboxes_dir = /home/vmail/mail/{mail_domain}
passdb = /home/vmail/passdb.sqlite
reducing hardcoding these two paths all over the files, also improving testability.
([#351](https://github.com/deltachat/chatmail/pull/351))
- BREAKING: new required chatmail.ini value 'delete_inactive_users_after = 100'