mirror of
https://github.com/chatmail/relay.git
synced 2026-06-25 21:11:05 +00:00
d0c396538b
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.
chatmaild
chatmaild provides dovecot autentication to create dovecot users on login and mail filtering.