Update 0.2.9.md

This commit is contained in:
Stefan Pejcic 2024-09-08 17:17:14 +02:00 committed by GitHub
parent ad11575d6f
commit ceeb439303
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,16 +8,21 @@ Not yet released.
### 🚀 New features
- Option to [create temporary account for web terminal and share access](https://i.postimg.cc/JMDnKnCq/2024-09-06-20-14.png).
- OpenPanel > Emails page is available for Enterprise edition and allows users to create and manage email addresses.
- OpenAdmin > Emails page is available for Enterprise edition and allows Administrators to start/stop mailserver.
-
- 'OpenAdmin > Emails page' is available for Enterprise edition and allows Administrators to start/stop mailserver.
- [`opencli email-server pflogsumm`](https://dev.openpanel.com/cli/email.html#pflogsumm) command is added to analyze postfix logs and generate summary reports.
- ['OpenPanel > Emails'](https://i.postimg.cc/Wjp2JN75/2024-09-08-17-04.png) allows users to create email accounts, monitor usage, edit them and login to webmail.
- Manage single email account: [edit account](https://i.postimg.cc/rypM6jpB/2024-09-08-17-05.png), [create email filters and forwarders](https://i.postimg.cc/hgCKLkyc/2024-09-08-17-05-1.png), [view mail client configuration](https://i.postimg.cc/YrMtRMBq/2024-09-08-17-05-2.png).
- 'OpenAdmin > Emails > Summary Reports' allows administrators to [view generate email reports per month/day](https://i.postimg.cc/tpwyfhGc/2024-09-08-16-55.png), [visualize the data per day](https://i.postimg.cc/4smsBWqt/2024-09-08-16-55-1.png) or [view detailed raw data](https://i.postimg.cc/JrxMdvR3/2024-09-08-16-56.png).
### 🐛 Bug fixes
- Fixed bug with BIND9 not auto-starting after adding domains.
- Fixed bug [Database Wizard fails to create user on image with MariaDB #179](https://github.com/stefanpejcic/OpenPanel/issues/179).
- Fixed bug [Password reset for openpanel users does not end all active sessions on that user #66](https://github.com/stefanpejcic/OpenPanel/issues/66)
- Fixed bug with `opencli email-servers install`
- Fixed bug with `opencli email-servers start` not mounting users' home directories.
### 💅 Polish
- Web Terminal no longer usess screen sessions to keep the ttyd active, instead shell is now available for a single session.
- Added optional `--debug` flag to `opencli email-servers install`.
- Nginx no longer needs to be restarted after the command `opencli server-recreate_hosts` is executed.