mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 16:04:37 +00:00
be a bit more lenient on keeping old users
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user