mirror of
https://github.com/chatmail/relay.git
synced 2026-05-21 13:28:05 +00:00
introduce "mailboxes_dir" config ini option to avoid hardcoding /home/vmail/mail/....
in source code and to improve testability.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user