be a bit more lenient on keeping old users

This commit is contained in:
holger krekel
2024-07-09 23:52:23 +02:00
parent f1c10cac2b
commit 4b0600a453
2 changed files with 3 additions and 3 deletions

View File

@@ -2,8 +2,8 @@
## untagged ## untagged
- BREAKING: new required chatmail.ini value 'delete_inactive_users_after = 25' - BREAKING: new required chatmail.ini value 'delete_inactive_users_after = 100'
which removes users from database and mails after 25 days without any login. which removes users from database and mails after 100 days without any login.
([#350](https://github.com/deltachat/chatmail/pull/350)) ([#350](https://github.com/deltachat/chatmail/pull/350))
- remove checking of reverse-DNS PTR records. Chatmail-servers don't - remove checking of reverse-DNS PTR records. Chatmail-servers don't

View File

@@ -21,7 +21,7 @@ max_mailbox_size = 100M
delete_mails_after = 20 delete_mails_after = 20
# days after which users without a login are deleted (database and mails) # days after which users without a login are deleted (database and mails)
delete_inactive_users_after = 25 delete_inactive_users_after = 100
# minimum length a username must have # minimum length a username must have
username_min_length = 9 username_min_length = 9