mirror of
https://github.com/chatmail/relay.git
synced 2026-05-20 12:58:04 +00:00
set delete_accounts after to 25 to be under gdpr limit of 30
This commit is contained in:
@@ -21,7 +21,7 @@ max_mailbox_size = 100M
|
|||||||
delete_mails_after = 20
|
delete_mails_after = 20
|
||||||
|
|
||||||
# days after which accounts are deleted if there were no login
|
# days after which accounts are deleted if there were no login
|
||||||
delete_accounts_after = 30
|
delete_accounts_after = 25
|
||||||
|
|
||||||
# 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