1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2026-01-27 20:45:56 +00:00

dkim: Implement internal dkim signing and verification

This patch implements internal DKIM signing and verification.
This commit is contained in:
Alberto Bertogli
2024-02-10 23:55:05 +00:00
parent f13fdf0ac8
commit 76a72367ae
90 changed files with 4902 additions and 112 deletions

View File

@@ -3,4 +3,4 @@
# Run from the config directory because data_dir is relative.
cd config || exit 1
go run ../../../cmd/chasquid-util/chasquid-util.go -C=. "$@"
go run ../../../cmd/chasquid-util/ -C=. "$@"