mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-09-11 15:44:43 +08:00
Updated Installation instructions (markdown)
parent
11567a4b59
commit
a393f17382
1 changed files with 13 additions and 0 deletions
|
@ -58,6 +58,19 @@ chown -R www-data:www-data /var/www/webmail
|
||||||
www.yourdomain.com/webmail?admin
|
www.yourdomain.com/webmail?admin
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Secure `data` folder
|
||||||
|
You can move the `data` folder outside public http access for security.
|
||||||
|
1. Rename /var/www/webmail/_include.php to /var/www/webmail/include.php
|
||||||
|
2. Edit include.php and in there set the new APP_DATA_FOLDER_PATH. Like:
|
||||||
|
```php
|
||||||
|
/**
|
||||||
|
* Custom 'data' folder path
|
||||||
|
*/
|
||||||
|
//define('APP_DATA_FOLDER_PATH', dirname(__DIR__) . '/snappymail-data/');
|
||||||
|
//define('APP_DATA_FOLDER_PATH', '/var/external-snappymail-data-folder/');
|
||||||
|
define('APP_DATA_FOLDER_PATH', '/var/external-snappymail-data-folder/');
|
||||||
|
```
|
||||||
|
|
||||||
### GPG verify
|
### GPG verify
|
||||||
The GPG key to verify a package can be found at several places:
|
The GPG key to verify a package can be found at several places:
|
||||||
* https://keyserver.ubuntu.com Hockeypuck OpenPGP keyserver
|
* https://keyserver.ubuntu.com Hockeypuck OpenPGP keyserver
|
||||||
|
|
Loading…
Add table
Reference in a new issue