mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-09-13 16:44:37 +08:00
Updated Installation instructions (markdown)
parent
f3a9419bbb
commit
d6f787f4df
1 changed files with 7 additions and 2 deletions
|
@ -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+
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue