Files
relay/chatmaild
Alex V. d0c396538b fix(security): use secrets.choice instead of random.choices for username
Per Python docs, secrets module should be used for security-sensitive
data. random.choices uses Mersenne Twister PRNG which is predictable.
secrets.choice was already used for password generation in the same file.
2026-03-05 16:27:15 +01:00
..
2023-10-15 16:08:58 +00:00

chatmaild

chatmaild provides dovecot autentication to create dovecot users on login and mail filtering.