make migration to new locations more clear. using host directories as example, which makes more sense compared to the container directories.

This commit is contained in:
casperklein 2024-08-10 12:41:09 +02:00
parent 0c9d74eeb2
commit 6d8744b9c4
1 changed files with 2 additions and 2 deletions

View File

@ -13,9 +13,9 @@ All notable changes to this project will be documented in this file. The format
- IMAP/POP3 configs added to `config-examples` directory
- `GETMAIL_POLL` variable is not limited to 30 minutes anymore
- 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`. **You'll have to migrate your current "oldfiles" manually to the new directory.**
- 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.**
- 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