feat!: introduce configurable system limits to reject new address creation and limit imap/smtp connections.

The default values are geared towards minimal-requirements server.
If you have a big server, you will need to set chatmail.ini parameters.
This commit is contained in:
holger krekel
2026-07-17 20:36:51 +02:00
parent eb862f1645
commit fa5afadaaa
17 changed files with 268 additions and 8 deletions
+1
View File
@@ -8,6 +8,7 @@ version = "0.3"
dependencies = [
"iniconfig",
"filelock",
"psutil",
"requests",
"crypt-r >= 3.13.1 ; python_version >= '3.13'",
]