introduce "mailboxes_dir" config ini option to avoid hardcoding /home/vmail/mail/....

in source code and to improve testability.
This commit is contained in:
holger krekel
2024-07-09 14:50:27 +02:00
parent 4b0600a453
commit c8661fd135
9 changed files with 59 additions and 34 deletions

View File

@@ -2,6 +2,11 @@
## untagged
- BREAKING: new required chatmail.ini value
'mailboxes_dir = /home/vmail/mail/{mail_domain}'
reducing the hardcoding on that directory and improving testability.
([#351](https://github.com/deltachat/chatmail/pull/351))
- BREAKING: new required chatmail.ini value 'delete_inactive_users_after = 100'
which removes users from database and mails after 100 days without any login.
([#350](https://github.com/deltachat/chatmail/pull/350))