mirror of
https://github.com/chatmail/relay.git
synced 2026-05-13 01:24:36 +00:00
- username_min_length and username_max_length are both set to a default value of 9 in the chatmail.ini.f template. When they have the same value, it doesn't matter which one we use in newemail.py (which handles the /new URL). However, if they are configured to different values by the admin, then the current implementation using username_min_length chooses from a smaller set of possible usernames. - Revised create_newemail_dict() in newemail.py to use username_max_length as the length of the random username it offers via the /new URL. This randomizes within a much larger set of possible usernames.
chatmaild
chatmaild provides dovecot autentication to create dovecot users on login and mail filtering.