Updated Installation instructions (markdown)

the-djmaze 2022-01-10 16:19:15 +01:00
parent f3a9419bbb
commit d6f787f4df

@ -9,22 +9,27 @@ Best practice would be to install webmail on a separate server, rather than on t
## Requirements ## Requirements
SnappyMail requires PHP 7.4 (or a newer version) with the following extensions: SnappyMail requires PHP 7.4 (or a newer version) with the following extensions:
* cURL
* mbstring * mbstring
* Zlib * Zlib
* xml * json
* libxml
* dom
Optional extensions: Optional extensions:
* cURL
* exif * exif
* gd * gd
* gmagick or imagemagick * gmagick or imagemagick
* iconv * iconv
* intl * intl
* ldap
* openssl * openssl
* PDO (MySQL/PostgreSQL/SQLite) (for contacts) * PDO (MySQL/PostgreSQL/SQLite) (for contacts)
* phpredis * phpredis
* Sodium
* uuid (PECL) * uuid (PECL)
* xxtea (PECL) * xxtea (PECL)
* zip
Supported Browsers: Google Chrome 69+, Firefox 69+, Safari 12+, Edge 79+ Supported Browsers: Google Chrome 69+, Firefox 69+, Safari 12+, Edge 79+