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.