mirror of
https://github.com/chatmail/relay.git
synced 2026-05-19 04:18:09 +00:00
remove all occurences of hardcoded /home/vmail for database and mailbox dirs
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user