Skip to content

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 24 Aug 14:18
· 20 commits to main since this release

Run it

docker run --rm ghcr.io/truespar/sentio:0.1.4 --help

Or the full stack, which brings up PostgreSQL, Redis, NATS,
MinIO, ClamAV and rspamd alongside it:

git clone https://github.com/truespar/sentio.git && cd sentio
git checkout v0.1.4
docker compose up -d

Image ghcr.io/truespar/sentio:0.1.4 - linux/amd64, linux/arm64

Binaries

Platform File
Linux x86_64 sentio-smtp-0.1.4-x86_64-unknown-linux-gnu.tar.gz
Linux aarch64 sentio-smtp-0.1.4-aarch64-unknown-linux-gnu.tar.gz
Windows x86_64 sentio-smtp-0.1.4-x86_64-pc-windows-msvc.zip

The Linux builds are dynamically linked and need glibc 2.34 or
newer - Debian 12+, Ubuntu 22.04+, RHEL 9+. Binding port 25 as a
non-root user needs the capability rather than root:

sudo setcap 'cap_net_bind_service=+ep' /usr/local/bin/sentio-smtp

Windows has no privileged-port restriction, so no equivalent step
is needed there. Linux is the supported deployment target and is
what the container image and CI exercise; the Windows build is
compiled and published but not run in CI.

Verify with sha256sum -c SHA256SUMS.

Changes

See CHANGELOG.md.