Files
relay/chatmaild
Alex V. e32816b477 fix(security): validate localpart chars and fix account creation race
- Reject localparts with chars outside [a-z0-9._-] to prevent
  filesystem issues from crafted usernames via IMAP/SMTP auth
- Use filelock to serialize concurrent account creation for same
  address, preventing TOCTOU race where two threads both create
  an account and last writer wins
2026-02-07 16:51:01 +03:00
..
2023-10-15 16:08:58 +00:00

chatmaild

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