Update INSTALL.md
This commit is contained in:
parent
4d7ff988a7
commit
5a2db3d0ad
17
INSTALL.md
17
INSTALL.md
|
@ -2,6 +2,7 @@ Certificates Requirements
|
|||
=========================
|
||||
```
|
||||
# apt install nginx certbot certbot-nginx
|
||||
# systemctl enable --now nginx
|
||||
# certbot certonly --nginx -d mail.a-lec.org
|
||||
```
|
||||
|
||||
|
@ -14,19 +15,21 @@ Mail Requirements
|
|||
|
||||
Restore config files
|
||||
|
||||
```
|
||||
# systemctl enable --now postfix dovecot
|
||||
```
|
||||
|
||||
|
||||
Webmail Requirements
|
||||
====================
|
||||
|
||||
```
|
||||
# apt install nginx certbot certbot-nginx
|
||||
```
|
||||
|
||||
|
||||
|
||||
Restore nginx configuraiton in /etc/nginx/sites-available and enable with
|
||||
|
||||
` cd /etc/nginx/sites-enabled && ln -s ../sites-available/default .
|
||||
```
|
||||
# cd /etc/nginx/sites-enabled
|
||||
# ln -s ../sites-available/default .
|
||||
# systemctl reload nginx
|
||||
```
|
||||
|
||||
Download Rouncube from https://github.com/roundcube/roundcubemail
|
||||
|
||||
|
|
Loading…
Reference in New Issue