1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2026-01-03 17:17:29 +00:00
Files
go-chasquid-smtp/UPGRADING.md
Alberto Bertogli 554d97f5f2 UPGRADING: Add "no-op" messages for all versions
It's better to be explicit about version upgrades where no changes were
needed, so this patch updates the UPGRADING.md file to include them.

Note it includes the upcoming 0.06 version, for which no
backwards-incompatible change is expected.
2018-07-14 10:46:41 +01:00

804 B

This file contains notes for upgrading between different versions.

As chasquid is still in beta, it is possible that some things change in backwards-incompatible ways. This should be rare and will be avoided if possible.

0.05 → 0.06

No backwards-incompatible changes.

0.04 → 0.05

No backwards-incompatible changes.

0.03 → 0.04

No backwards-incompatible changes.

0.02 → 0.03

  • The default MTA binary has changed. It's now maildrop by default. If you relied on procmail being the default, add the following to /etc/chasquid/chasquid.conf: mail_delivery_agent_bin: "procmail".

  • chasquid now listens on a third port, submission-on-TLS. If using systemd, copy the etc/systemd/system/chasquid-submission_tls.socket file to /etc/systemd/system/, and start it.