From 50dfa12dbb445d1a04b6b726b55ae92476c6d151 Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Fri, 21 Aug 2026 14:49:17 +0200 Subject: [PATCH] Change version to latest and set back roundcube --- .env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 3a61f89..a0bd0a1 100644 --- a/.env +++ b/.env @@ -13,7 +13,7 @@ ROOT=/mailu # Mailu version to run (1.0, 1.1, etc. or master) -VERSION=master +VERSION=latest # Set to a randomly generated 16 bytes string SECRET_KEY=claireetstephane @@ -51,7 +51,7 @@ DISABLE_STATISTICS=True ADMIN=true # Choose which webmail to run if any (values: roundcube, snappymail, none) -WEBMAIL=none +WEBMAIL=roundcube # Dav server implementation (value: radicale, none) WEBDAV=none