Skip to content

Commit 13638ce

Browse files
committed
[NEW] Implement MTA-STS and TLS-RPT support for email security visibility
1 parent 7dc410b commit 13638ce

File tree

6 files changed

+991
-3
lines changed

6 files changed

+991
-3
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,3 @@ setup: ## locally setup app and users. presumes env vars are set
2929
./scripts/setup_database.php
3030
echo "Creating directories and configs"
3131
./scripts/setup_system.sh
32-
33-
help: ## get help
34-
@grep -E '^[a-zA-Z_-]+:.*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'

0 commit comments

Comments
 (0)