Skip to content

Maddy 0.8.2

Latest

Choose a tag to compare

@foxzi foxzi released this 23 Jan 16:34
· 25 commits to main since this release

Maddy Mail Server v0.8.2

Initial release with package builds and Ansible deployment.

Packages

  • maddy_0.8.2_amd64.deb - Debian/Ubuntu package (amd64)
  • maddy_0.8.2_arm64.deb - Debian/Ubuntu package (arm64)
  • maddy-0.8.2-1.x86_64.rpm - RHEL/Rocky package (x86_64)
  • maddy-0.8.2-1.aarch64.rpm - RHEL/Rocky package (aarch64)

Usage

# Clone and install Ansible collections
git clone --recursive https://github.com/foxzi/maddy-setup.git
cd maddy-setup
ansible-galaxy collection install -r requirements.yml

# Configure and deploy
cp inventory/example.yml inventory/production.yml
# Edit inventory/production.yml
ansible-playbook -i inventory/production.yml site.yml

See README.md for full documentation.