mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 16:04:37 +00:00
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.