Releases: HarrySky/kolombo
Releases · HarrySky/kolombo
Version 0.5.0
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
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
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
Maintenance, no new features or fixes. PyPI README rendering was broken.
Version 0.1.0 - Working alpha
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