git » chasquid » commit 5426be5

Add notes for upgrading

author Alberto Bertogli
2017-07-15 14:14:03 UTC
committer Alberto Bertogli
2017-07-15 14:24:52 UTC
parent 9864f40f3b84e647b943e32ad902da46ef602a9d

Add notes for upgrading

This patch adds an UPGRADING.md file containing notes for upgrading
between different versions.

UPGRADING.md +19 -0

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.
+
+