Updated EGroupwareMail (markdown)

Ralf Becker 2022-07-01 13:34:23 +02:00
parent 69d5c99409
commit dc7da6e8a1

@ -14,7 +14,8 @@
### Installation requirements:
* ```egroupware-docker``` (>= 20.1) Linux package installed on same machine
* MariaDB / MySQL either running on host or MariaDB in a container (20.1+)
* Accounts stored in SQL and authentication against these accounts (other authentication eg. AD can be configured in Dovecot)
* Accounts stored in MariaDB/MySQL database and authentication against these accounts or
* [Active Directory or LDAP for authentication or account-storage can be used](https://github.com/EGroupware/egroupware/wiki/Using-EGroupware-Mail-server-with-ActiveDirectory)
### Installation instructions
> If you run MariaDB/MySQL on the host (installation updated from before 20.1) you need to make sure root can access the DB without entering a password, eg. by creating the following /root/.my.cnf file: