[__opendkim_key] Overall improvements in key management #22

Merged
fnux merged 2 commits from opendkim-improvements into master 2024-05-15 11:45:52 +00:00
Showing only changes of commit 7ca0bcf8d9 - Show all commits

View file

@ -35,8 +35,8 @@ case "$os" in
;; ;;
*) *)
cat <<- EOF >&2 cat <<- EOF >&2
__opendkim_genkey currently only supports Alpine Linux. Please __opendkim_genkey currently only supports Alpine Linux and FreeBSD.
contribute an implementation for $os if you can. Please contribute an implementation for $os if you can.
EOF EOF
exit 1 exit 1
;; ;;