From ab82afa7b9abecb2c157d84e36a13470f4f4dd09 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Mon, 5 Feb 2024 18:47:35 +0100 Subject: [PATCH] Implemented recommended parameter --- roles/docker-mailu/templates/mailu.env.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/docker-mailu/templates/mailu.env.j2 b/roles/docker-mailu/templates/mailu.env.j2 index 530b23e6..6192ac87 100644 --- a/roles/docker-mailu/templates/mailu.env.j2 +++ b/roles/docker-mailu/templates/mailu.env.j2 @@ -8,6 +8,9 @@ # Common configuration variables ################################### +# https://chat.openai.com/share/1497464d-dfb5-46eb-9d26-04be99991ace +LD_PRELOAD=/usr/lib/libhardened_malloc.so + # Set to a randomly generated 16 bytes string SECRET_KEY={{mailu_secret_key}}