forked from toorop/tmail
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
65 lines (52 loc) · 1.38 KB
/
CHANGELOG
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
v 0.13
- disable bolt init in CLI mode
- deliverd: configurable timeout on deliverd-remote
- deliverd remote: add cache for not responding host
- microservices: hook before queuing -> allows to change enveloppe
- microservices: deliverd telemetry
- microservices: smtpd telemetry
- deliverd: add specific queue life time for bounces
- microservices: get routes via ms
- microservices: check smtp relayok
v 0.12
- bugfix: limit retry interval to 1 Hour
- improve recover in smtpd
V 0.11
- bugfix: "key" for queued message
V 0.10
- full RFC 5321 compliance
- new SMTP client for remote deliveries
- new store backend: openstack open storage
- alias
-
V 0.9
- Better handling of smtpd TLS error
- bugfix: on RSET
- bugfix: second STARTTLS response (see RFC 3207 4.2)
- Log; add queue ID
- DKIM: per domain
- DKIM: cli tool
- Webservices: poc
V 0.8
- DKIM: sign outgoing message (test)
V 0.7
- BugFix message-id
- REST /queue
- Bugfix: race condition on deliverd
- Add concurrency limits on smtpd
V 0.6
- REST API base
- REST API /users
V 0.5
- Log to file
- Improve log
- Case sensitivity on local part
- add RSET and NOOP SMTP verbs
V 0.4
- Local deliveries
- Dovecot support
v 0.3
- Bugfix: MySQL Datetime to Golang time.Time
- BugFix: Optimise/fix queries for Mysql
v 0.2
- add Clamav support: http://tmail.io/doc/filtrage-smtp-antivirus-clamav/