Skip to content

Releases: HarrySky/kolombo

Version 0.5.0

19 Sep 10:52
a360958
Compare
Choose a tag to compare

Version 0.5.0 (September 19th, 2021)

This release fixes a problem, that you cannot send emails to other users under your domain

Changed

  • Pin dependency click to 8.0.1
  • Update image nginx to nginx:1.21.3-alpine
  • Update dependency ormar to 0.10.19
  • Update dependency databases to 0.5.2
  • Update dependency rich to 10.10.0

Fixed

  • Fix GH issue #8. Now Kolombo can send emails between its users without problems

Version 0.4.0

02 Sep 17:08
cb2d03f
Compare
Choose a tag to compare

This version uses opportunistic TLS in receiver (see #7 ) and adds encryption headers to received email

Version 0.2.0 - TLS SNI support in receiver

16 Dec 21:56
dd0aa0e
Compare
Choose a tag to compare

This version adds TLS SNI support in Kolombo Receiver.
Now Postfix will use appropriate LetsEncrypt certificate in STARTTLS.

Version 0.1.2 - Fix PyPI README

16 Dec 16:05
0f91da1
Compare
Choose a tag to compare
Pre-release

Maintenance, no new features or fixes. PyPI README rendering was broken.

Version 0.1.0 - Working alpha

16 Dec 15:43
c5fe410
Compare
Choose a tag to compare
Pre-release

This version is currently running on my VPS and everything I need works: receiving, reading and sending mail
PyPI: https://pypi.org/project/kolombo/0.1.0/

Kolombo can be deployed easily in few commands below:

  • Install kolombo
pip3 install kolombo==0.1.0
kolombo setup
  • Add domain with its MX (can be omitted)
kolombo domain add example.com mx.example.com # Check domains via kolombo domain list
  • Add output from command above to your DNS (DKIM)
  • Add user (will prompt password)
kolombo user add hi@example.com # Check users via kolombo user list
  • Run kolombo containers (flag --build can be omitted if does not want to rebuild)
kolombo run all --build