2021-05-06 13:36:41 -07:00
|
|
|
# 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>
|
2021-04-20 14:26:46 -07:00
|
|
|
|
|
|
|
## Install
|
|
|
|
```
|
|
|
|
cd /usr/local/src
|
2021-04-20 14:28:12 -07:00
|
|
|
git clone https://git.stack-source.com/msb/vmail-webmail.git
|
|
|
|
cd vmail-webmail
|
2021-04-20 14:26:46 -07:00
|
|
|
bash install.sh
|
|
|
|
```
|
2022-08-22 13:59:06 -07:00
|
|
|
|
|
|
|
## 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)
|