Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 586 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 586 Bytes

recipientfilter

Validate incoming email usernames against a Secret. It will allow email addresses of the form [email protected], where the hash are the first N hex bytes of hmac<sha256>('username', secret). This allows using catch-all domains while reliably placing blame when receiving spam at one of these addresses.

This repository contains two Programs:

  • recipient_filter/: A Postfix SMTP access policy delegation server that validates receiver email addresses with a secret.
  • mailgen/: A CLI tool that generates valid email addresses for recipient_filter.