Update INSTALL.md

This commit is contained in:
croax 2022-02-20 15:09:34 +00:00
parent 4d7ff988a7
commit 5a2db3d0ad
1 changed files with 10 additions and 7 deletions

View File

@ -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