But instead of using Processed as archive_folder it used the default value of Archive.
Looking at docker images I found
patschi/parsedmarc latest 210dcbdce820 2 years ago 484MB
Some update of parsedmarc added the new section [mailbox] but this doesn't work with the previous version I still had on the system.
After doing docker compose pull and restart everything it works now.
So maybe it's helpful to add version tags for the Docker images and use them in the docker-compose.yml
Thanks for all the updates to the Repository!
I now updated to the newest Repo version.
I also adjusted my parsedmarc config based on the new config.sample.ini https://github.com/patschi/parsedmarc-dockerized/commit/eb00207532c457cc00fc5037a124a50d26912cf2
But instead of using
Processed
asarchive_folder
it used the default value ofArchive
.Looking at
docker images
I foundpatschi/parsedmarc latest 210dcbdce820 2 years ago 484MB
Some update of parsedmarc added the new section
[mailbox]
but this doesn't work with the previous version I still had on the system. After doingdocker compose pull
and restart everything it works now.So maybe it's helpful to add version tags for the Docker images and use them in the
docker-compose.yml