From 739fbc769314d6ea47cde1acad8acd87525dc1c2 Mon Sep 17 00:00:00 2001 From: casperklein Date: Fri, 9 Aug 2024 22:45:52 +0200 Subject: [PATCH] add migration info --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c28d9cba..34515667 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ All notable changes to this project will be documented in this file. The format - Instead of cron, a new supervisord service was created to make the periodic polls. - getmail configurations are now stored in their own directory: `/tmp/docker-mailserver/getmail`. - The `message_log` option has been removed. No log file for each getmail configuration is created anymore. Instead, like the other services, logging goes to syslog and end up in `mail.log`. - - The getmail state-dir is changed from `/tmp/docker-mailserver/getmail` to `/var/mail-state/getmail`. + - The getmail state-dir is changed from `/tmp/docker-mailserver/getmail` to `/var/mail-state/getmail`. **You'll have to migrate your current "oldfiles" manually to the new directory.** ### Security