From 4b0600a45392b36b94ff4587765b2015932b6a8d Mon Sep 17 00:00:00 2001 From: holger krekel Date: Tue, 9 Jul 2024 23:52:23 +0200 Subject: [PATCH] be a bit more lenient on keeping old users --- CHANGELOG.md | 4 ++-- chatmaild/src/chatmaild/ini/chatmail.ini.f | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1221c914..bce3485e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,8 @@ ## untagged -- BREAKING: new required chatmail.ini value 'delete_inactive_users_after = 25' - which removes users from database and mails after 25 days without any login. +- 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)) - remove checking of reverse-DNS PTR records. Chatmail-servers don't diff --git a/chatmaild/src/chatmaild/ini/chatmail.ini.f b/chatmaild/src/chatmaild/ini/chatmail.ini.f index 9e62e1ca..181c68cc 100644 --- a/chatmaild/src/chatmaild/ini/chatmail.ini.f +++ b/chatmaild/src/chatmaild/ini/chatmail.ini.f @@ -21,7 +21,7 @@ max_mailbox_size = 100M delete_mails_after = 20 # 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 username_min_length = 9