From 1b2d2a7b27da19473e5dc5013d0f897e1e3d0649 Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Wed, 26 Aug 2026 18:03:47 +0200 Subject: [PATCH] Come back to a non tls configuration --- .env | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.env b/.env index 507efe9..072a8ac 100644 --- a/.env +++ b/.env @@ -121,14 +121,15 @@ COMPRESSION_LEVEL= ################################### # Path to redirect / to -WEBROOT_REDIRECT=/ +WEBROOT_REDIRECT= # Path to the admin interface if enabled WEB_ADMIN=/admin +SESSION_COOKIE_SECURE=true # Path to the webmail if enabled WEB_WEBMAIL=/webmail -#SESSION_COOKIE_SECURE=true + # Website name SITENAME=SDA.Zone @@ -154,7 +155,7 @@ COMPOSE_PROJECT_NAME=mailu CREDENTIAL_ROUNDS=12 # Header to take the real ip from -REAL_IP_HEADER=192.168.100.50 +REAL_IP_HEADER= # IPs for nginx set_real_ip_from (CIDR list separated by commas) REAL_IP_FROM= @@ -163,7 +164,9 @@ REAL_IP_FROM= REJECT_UNLISTED_RECIPIENT=no # Log level threshold in start.py (value: CRITICAL, ERROR, WARNING, INFO, DEBUG, NOTSET) -LOG_LEVEL=WARNING +LOG_LEVEL=DEBUG + +TZ=Europe/Paris # If your CPU supports Advanced Vector Extensions # (AVX2 on x86_64, lrcpc on ARM64), you should consider enabling