From 5426be5aecad077d977bdc1c3a59e8a59028a43c Mon Sep 17 00:00:00 2001 From: Alberto Bertogli Date: Sat, 15 Jul 2017 15:14:03 +0100 Subject: [PATCH] Add notes for upgrading This patch adds an UPGRADING.md file containing notes for upgrading between different versions. --- UPGRADING.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 UPGRADING.md diff --git a/UPGRADING.md b/UPGRADING.md new file mode 100644 index 0000000..a1f5cb5 --- /dev/null +++ b/UPGRADING.md @@ -0,0 +1,19 @@ + +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.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. + +