github foxcpp/maddy v0.1.1
maddy 0.1.1

latest releases: v0.7.1, v0.7.0, v0.6.3...
4 years ago

This release includes no server code changes.

Known issues

  • Delay between outbound delivery attempts is improperly calculated and has no effect.
    Fixed on development branch. Set low outbound rate limit as a workaround for 0.1:

    limits outbound_limits {
        destination rate 1 1m
    }
    
  • Outbound delivery will be attempted more than allowed by max_tries (by 1).
    Fixed on development branch.

  • build.sh script bundled with 0.1 fails if the system Go toolchain lacks the patch version number (e.g. 1.14).
    Fixed on development branch. The fixed version is uploaded to foxcpp.dev.

It is possible to install the in-development version by adding --gitversion flag to the build.sh script invocation:

curl 'https://foxcpp.dev/maddy/build.sh' | bash /dev/stdin --gitversion dev

Change log

Documentation

  • Mention prebuilt binaries in the setup tutorial
  • Be more specific about build.sh dependencies
  • Remove "in early development" disclaimers
  • Several minor edits (8f1d572)

Build script (build.sh)

  • Use absolute path to the Go toolchain in PATH
  • Check GOMOD value correctly
  • Remove wget dependency

Build artifacts

Artifact SHA-256
maddy executable (Linux, x86_64, musl) dc7db76d9adba8c4a60893534eb41fb0941717f53954f87f70a5066fc43cc207
maddyctl executable (Linux, x86_64, musl) ffbcc615d343af1196635aac5e229c8e6f9bf5459eabfeae8cd2404c1ec103e3
Full Zstd tarball (Linux, x86_64, musl) 4380a2eda129987333db3fd2b4e493de62200aa4f717ea8f67789da4cb21472f
Source code tarball bf155f17eda6df20b435ba6e7a2ffce773b146e2a8b9eb8bc2c7d2a02176a8db

🔒 Attached tarballs are signed using PGP key 3197 BBD9 5137 E682 A597 17B4 34BB 2007 0813 96F4

Build environment is the same as the previous release (0.1).

Don't miss a new maddy release

NewReleases is sending notifications on new releases.