mirror of
https://github.com/mjl-/mox.git
synced 2025-07-14 09:34:36 +03:00
add subcommand that prints licenses, and link to licenses from the webadmin/webaccount/webmail interfaces
This commit is contained in:
4
Makefile
4
Makefile
@ -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 .
|
||||
|
Reference in New Issue
Block a user