- Description:
- DKIM signer integration to the OpenSMTPD daemon
- Owner:
- Martijn van Duren <martijn@openbsd.org>
- Last Change:
- Clone URL:
ssh://anonymous@src.imperialat.at/filter-dkimsign
Commit Briefs
Add support of ARC signature and seal (arc)
It uses the binary name as the switch. - filter-dkimsign produces DKIM signature; - filter-arcsign produces ARC signature; - filter-arcseal produces ARC seal. Co-authored-by: Martijn van Duren <martijn@openbsd.org>
Strip CFWS when returning domain names from osmtpd_mheader_from_domain
Pointed out by Paul Pace
Implement -D file as an easy way to manage multiple domains.
Requested by Mischa Peters and Renaud Allard
Clean up some memory leaks in error paths
Found/inspired by Peter J Philipp
Add LICENSE
requested by rak@debian to appease the license inquisition.
Fix Makefile.gnu to do things more cleanly and more in line with what
libopensmtpd does. Suggestions from rak@debian