add subcommand that prints licenses, and link to licenses from the webadmin/webaccount/webmail interfaces

This commit is contained in:
Mechiel Lukkien
2024-10-04 09:31:31 +02:00
parent 7d3f307156
commit 8f7fc3773b
57 changed files with 1844 additions and 4 deletions

View File

@ -86,6 +86,10 @@ fuzz:
go test -fuzz FuzzParseRecord -fuzztime 5m ./tlsrpt
go test -fuzz FuzzParseMessage -fuzztime 5m ./tlsrpt
govendor:
go mod tidy
go mod vendor
./genlicenses.sh
test-integration:
docker image build --pull --no-cache -f Dockerfile -t mox_integration_moxmail .