19 lines
528 B
Markdown
19 lines
528 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
|
|
```
|
|
|
|
## License
|
|
Copyright (c) 2022 Matthew Saunders Brown <matthewsaundersbrown@gmail.com>\
|
|
GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|