From 1ac8bc7a8249c8974e01ccd95bef2f654f48fd24 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Sat, 16 Nov 2024 14:22:49 +0100 Subject: [PATCH] Update 0.3.6.md --- website/docs/changelog/0.3.6.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/changelog/0.3.6.md b/website/docs/changelog/0.3.6.md index 2ac82e6e..827bd994 100644 --- a/website/docs/changelog/0.3.6.md +++ b/website/docs/changelog/0.3.6.md @@ -11,6 +11,7 @@ Not yet released. ### 🐛 Bug fixes - Fixed bug with domain validation on 'OpenPanel > Domains > Add New' form. - [Resizing EXT4 storage file for user on Overlay2 docker storage driver #275](https://github.com/stefanpejcic/OpenPanel/issues/275) +- [files-fix_permissions should set 5000:5000 for /home/USERNAME/mail/* #187](https://github.com/stefanpejcic/OpenPanel/issues/187) ### 💅 Polish @@ -22,4 +23,5 @@ Not yet released. - Any modification on 'OpenPanel > Emails > Accounts' will now refresh cached emails data for the user. - 'OpenPanel > AutoInstaller > PM2' will now validate file extensions before checking if file exists. - WordPress install, detach and uninstall are now also recorded as actions on 'OpenPanel > Account > Activity'. +- UID`1000` and GID`1000` will now be used for mail files of users, so that ftp sub-accounts can access them if needed.