Skip to content

Releases: Excision-Mail/Excision-Mail

Excision-Mail 0.1.5b

06 May 00:24
8b806b0
Compare
Choose a tag to compare
Excision-Mail 0.1.5b Pre-release
Pre-release

Fix smtpd to use a proper address for filter-rspamd

Excision-Mail 0.1.4b

05 May 20:45
a51db83
Compare
Choose a tag to compare
Excision-Mail 0.1.4b Pre-release
Pre-release

Fix the port numbers for the workers 😭

Excision-Mail 0.1.3b

05 May 20:31
86a0546
Compare
Choose a tag to compare
Excision-Mail 0.1.3b Pre-release
Pre-release

Harden rspamd and make it work with redis socket.

Excision-Mail 0.1.2b

05 May 06:23
f532679
Compare
Choose a tag to compare
Pre-release

Mostly bug fixes.

Core mailserver works nicely.
The extras setup is still buggy.

Excision-Mail 0.1.1b

19 Oct 10:38
Compare
Choose a tag to compare
Excision-Mail 0.1.1b Pre-release
Pre-release

Quick fix for breaking change in OpenBSD 6.8 update where lmtp deliveries
are done using _smtpd user irrespective of what user is configured
in the virtuals table.

Excision-Mail 0.1.0b

14 Oct 23:03
Compare
Choose a tag to compare
Excision-Mail 0.1.0b Pre-release
Pre-release

WEW lad...
This ones a doozy :D

Lots and lots of new things

  • Davical calender + contacts manager
  • Roundcube webmail
  • Distributed setup across machines
  • Password manager for users through ssh
  • Tonnes of bug fixes and cleanups ...

This release needs you to do a small restructuring of your vars.yml file so take a look at that before blindly running ansible.

I am sure a lot of bugs will be found so I'll do my best to squash them asap.

Excision-Mail 0.0.6a

26 Jun 02:16
Compare
Choose a tag to compare
Excision-Mail 0.0.6a Pre-release
Pre-release

New name and a new life to the project.
The name Excision Mail came from a mathematical theorem, Excision Theorem, which represents component modularity.
It basically says that you can excise out parts of an item without losing most features of the item.
A fitting name for a highly modular setup like ours.

New release with A LOT of new functionality

  • New Name
  • New website - https://excsion.bsd.ac
  • Users can change password without the admins, using ssh keys
  • NSD now supports multiple domains, independently
  • Tighter security for GnuPG WKS
  • LOTS of small improvements and bug fixes.

If upgrading from a new release be sure to read the name update guide

AnsiMail-v0.0.5a

01 Apr 03:00
Compare
Choose a tag to compare
AnsiMail-v0.0.5a Pre-release
Pre-release

Mostly bug fixing for previous release.
Changelog:

  • Cleaned up proper support for multi-domain settings
  • Added bruteforce blocking pf rules
  • Bit more bug fixing
  • Moved to adding v in the release, because my brain was a mess before this :)

AnsiMail-0.0.4a

30 Mar 16:21
Compare
Choose a tag to compare
AnsiMail-0.0.4a Pre-release
Pre-release

This is a huge release.
Changelog:

  • Multiple domain email-management possible (with NSD setup for primary domain only)
  • GnuPG working with bug workaruond for upstream flaw: https://dev.gnupg.org/T4886
  • Added spamd
  • Large increase in modularity to pick and choose what features to enable using enable_nsd, enable_clamav, enable_spamd
  • Whole amount of bug fixes to get everything started

If upgrading from previous release first delete /etc/ansimail/ssl/DOMAIN.pem /etc/ansimail/ssl/private/DOMAIN.key, then run both preinstall and install again.

AnsiMail-0.0.3a

27 Mar 00:03
Compare
Choose a tag to compare
AnsiMail-0.0.3a Pre-release
Pre-release

Additions

  • ensure-gpg subcommand, which makes sure that GnuPG WKD hierarchy exists , and if you have messed it up somehow, it regenerates it in a nice fashion.
  • GnuPG WKS is considered working, with a slight bug in the openbsd port of gnupg which renders this non-working >.> A workaround has been detailed in the wiki to get the wks server running.