mirror of
https://blitiri.com.ar/repos/chasquid
synced 2026-01-07 17:47:14 +00:00
Remove spf-check debugging tool
The spf-check debugging tool is quite primitive, rarely (if ever) used, not tested, and has been superceded by the one in the spf library (https://blitiri.com.ar/git/r/spf/b/master/t/cmd/spf-check/f=spf-check.go.html). This patch removes it.
This commit is contained in:
7
Makefile
7
Makefile
@@ -11,7 +11,7 @@ endif
|
||||
|
||||
default: chasquid
|
||||
|
||||
all: chasquid chasquid-util smtp-check spf-check mda-lmtp dovecot-auth-cli
|
||||
all: chasquid chasquid-util smtp-check mda-lmtp dovecot-auth-cli
|
||||
|
||||
|
||||
chasquid:
|
||||
@@ -27,9 +27,6 @@ chasquid-util:
|
||||
smtp-check:
|
||||
go build ${GOFLAGS} ./cmd/smtp-check/
|
||||
|
||||
spf-check:
|
||||
go build ${GOFLAGS} ./cmd/spf-check/
|
||||
|
||||
mda-lmtp:
|
||||
go build ${GOFLAGS} ./cmd/mda-lmtp/
|
||||
|
||||
@@ -60,4 +57,4 @@ install-config-skeleton:
|
||||
|
||||
|
||||
.PHONY: chasquid test \
|
||||
chasquid-util smtp-check spf-check mda-lmtp dovecot-auth-cli
|
||||
chasquid-util smtp-check mda-lmtp dovecot-auth-cli
|
||||
|
||||
Reference in New Issue
Block a user