15 lines
349 B
Markdown
15 lines
349 B
Markdown
# Vmail Webmail
|
|
|
|
Roundcube installer & configs to work with Vmail Stack.
|
|
You must first install Vmail Stack & Vhost Stack:
|
|
<https://git.stack-source.com/msb/vmail-stack>
|
|
<https://git.stack-source.com/msb/vhost-stack>
|
|
|
|
## Install
|
|
```
|
|
cd /usr/local/src
|
|
git clone https://git.stack-source.com/msb/vmail-webmail.git
|
|
cd vmail-webmail
|
|
bash install.sh
|
|
```
|