File: UPGRADING.md

package info (click to toggle)
chasquid 0.07-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,452 kB
  • sloc: sh: 826; python: 287; makefile: 64
file content (38 lines) | stat: -rw-r--r-- 859 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38

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.06 → 0.07

No backwards-incompatible changes.


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