docker-postal/CHANGELOG.md

127 lines
2.6 KiB
Markdown
Raw Permalink Normal View History

2021-11-16 03:15:27 +08:00
## 3.0.3 2021-11-15 <dave at tiredofit dot ca>
### Added
- Postal 2.1.0
2021-10-07 01:00:28 +08:00
## 3.0.2 2021-10-06 <dave at tiredofit dot ca>
### Changed
- Add more logrotate scripts for some logfiles
2021-10-07 00:31:59 +08:00
## 3.0.1 2021-10-06 <dave at tiredofit dot ca>
### Changed
- Change the Certificate permissions
2021-10-06 23:40:14 +08:00
## 3.0.0 2021-10-06 <dave at tiredofit dot ca>
### Added
- Updated to support new Postal 2.x release
- Alpine 3.14
### Changed
- Changes to environment variables, mapped folders, and persistent configuration files. See README.md
- Upgrading from existing install is possible without much effort, just madke sure to map /config and /logs
2020-09-28 01:21:00 +08:00
## 2.1.6 2020-09-27 <dave at tiredofit dot ca>
### Changed
- Fix logrotate
2020-09-14 06:55:17 +08:00
## 2.1.5 2020-09-13 <dave at tiredofit dot ca>
### Changed
- Delete original fail2ban configuration as it throws errors with SSH
2020-09-14 05:36:49 +08:00
## 2.1.4 2020-09-13 <dave at tiredofit dot ca>
### Changed
- Fix Fail2ban
## 2.1.3 2020-09-13 <dave at tiredofit dot ca>
### Added
- Force Postal to run in background
- Introduce Fail2ban Support
- Introduce Log Rotation
2020-06-16 22:58:03 +08:00
## 2.1.2 2020-06-16 <dave at tiredofit dot ca>
### Changed
- Change default SpamAssassin Port to 783
2020-06-16 01:48:40 +08:00
## 2.1.1 2020-06-15 <dave at tiredofit dot ca>
### Added
- Change Base image
2020-06-10 01:07:21 +08:00
## 2.1.0 2020-06-09 <dave at tiredofit dot ca>
### Added
- Update to support tiredofit alpine 5.0.0 base image
## 2.0.1 2020-06-05 <dave at tiredofit dot ca>
### Changed
- Move /etc/s6/services to /etc/services.d
## 2.0.0 2020-05-21 <dave at tiredofit dot ca>
### Added
- Refactor Configuration Building
- Allow Custom Configuration File
- New Environment Variables - See README
2020-01-14 01:07:01 +08:00
## 1.3.0 2020-01-13 <dave at tiredofit dot ca>
### Added
- Update to use Ruby 2.6
2020-01-03 00:24:07 +08:00
## 1.2.1 2020-01-02 <dave at tiredofit dot ca>
### Changed
- Additional changes to support new tiredofit/alpine base image
## 1.2.0 2019-12-30 <dave at tiredofit dot ca>
### Added
- Support new tiredofit/alpine base image
## 1.1.3 2018-10-23 <dave at tiredofit dot ca>
* Patchup
## 1.1.2 2018-10-23 <dave at tiredofit dot ca>
* SMTP_PASS environment variable fix
## 1.1.1 2018-10-23 <dave at tiredofit dot ca>
* Patchup for Alpine 3.8
## 1.1 2018-10-23 <dave at tiredofit dot ca>
* Added ability to change Web host directives including protocol
* Added SMTP User and Password Capabilities for sending user invites (Setup the server first before putting this in)
## 1.0 2018-07-14 <dave at tiredofit dot ca>
* Initial Release