Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

chatmail/dkimproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DKIM-checking SMTP proxy

This is an SMTP proxy checking DKIM signatures of emails. If email has a valid signature, 2yz status code is returned and emil is reinjected for delivery. Emails which don't have a valid DKIM signature corresponding to RFC5322.From domain are rejected with 5yz status codes. If DKIM signature checking fails due to temporary error, such as DNS resolution error, 4yz status code is returned so the sender can retry later.

Proxy does not check DMARC policy and does not support other email authentication mechanisms, such as SPF. Enforced policy of requiring a valid DKIM signature is stricter than the most strict policy configurable with DMARC, which accepts any of DKIM or SPF authentication mechanisms.

About

DKIM-checking SMTP proxy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages