Files
VPS-scripts_Ubuntu-Mail/README.md
b.waal 6e154e030a Updated branch
Branch = beta
2019-09-20 03:48:48 +02:00

25 lines
664 B
Markdown

# Ubuntu-Mail
**Get Started with the graphical installer**:
```
wget https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Mail/raw/branch/beta/installer.sh -O /tmp/installer.sh
bash /tmp/installer.sh
```
**Legacy Installer for developing and debugging**:
```
wget https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Mail/raw/branch/beta/installer.sh -O /tmp/installer.sh
bash /tmp/installer.sh -l 2>&1 | tee ~/output.log
```
#### This script uses the following repo's as dependencies:
```
* VPS-scripts/Unattended-Security-Updates
* VPS-scripts/Ubuntu-MySQL
```
#### Sources:
```
https://linuxize.com/post/set-up-an-email-server-with-postfixadmin
```