From a999b2764a8bf881de8abc62b4122f42c9656f7e Mon Sep 17 00:00:00 2001 From: "Kevin Veen-Birkenbach [aka. Frantz]" Date: Fri, 11 Feb 2022 12:49:41 +0100 Subject: [PATCH] Activated fetchmail due to that the reason for the performance problems had been a faulty HDD. --- roles/docker-mailu/templates/docker-compose.yml.j2 | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/roles/docker-mailu/templates/docker-compose.yml.j2 b/roles/docker-mailu/templates/docker-compose.yml.j2 index e4d63875..e5e3f4d0 100644 --- a/roles/docker-mailu/templates/docker-compose.yml.j2 +++ b/roles/docker-mailu/templates/docker-compose.yml.j2 @@ -123,14 +123,12 @@ services: logging: driver: journald - # Deactivated, because service leads to slowing down of webservices. - # Checkout the readme.md for more information - #fetchmail: - # image: ${DOCKER_ORG:-mailu}/${DOCKER_PREFIX:-}fetchmail:${MAILU_VERSION:-1.8} - # restart: always - # env_file: mailu.env - # logging: - # driver: journald + fetchmail: + image: ${DOCKER_ORG:-mailu}/${DOCKER_PREFIX:-}fetchmail:${MAILU_VERSION:-1.8} + restart: always + env_file: mailu.env + logging: + driver: journald # Webmail webmail: