Update CHANGELOG.md

Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
This commit is contained in:
Casper 2024-08-13 18:39:26 +02:00 committed by GitHub
parent 389b41f822
commit 12ff8b394d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ All notable changes to this project will be documented in this file. The format
- ENV [`GETMAIL_POLL`](https://docker-mailserver.github.io/docker-mailserver/v15.0/config/environment/#getmail_poll) now supports values above 30 minutes.
- Added `getmail` as a new service for `supervisor` to manage, replacing cron for periodic polling.
- Generated getmail configuration files no longer set the `message_log` option. Instead of individual log files per config, the [default base settings DMS configures](https://github.com/docker-mailserver/docker-mailserver/tree/v15.0.0/target/getmail/getmailrc_general) now enables `message_log_syslog`. This aligns with how other services in DMS log to syslog where it is captured in `mail.log`.
- Instead of `docker-data/dms/config`, getmail configurations are now stored in their own sub directory: `docker-data/dms/config/getmail`. **You'll have to migrate your getmail configurations manually to the new directory.**
- Getmail configurations have changed location from the base of the DMS Config Volume, to the `getmail/` subdirectory. Any existing configurations **must be migrated manually.**
- The getmail state-dir is changed from `docker-data/dms/config/getmail` to `docker-data/dms/mail-state/lib-getmail`. **You'll have to migrate your current "oldfiles" manually to the new directory.**
### Security