19 lines
413 B
Markdown
19 lines
413 B
Markdown
# Ubuntu-Mail
|
|
|
|
**Get Started**:
|
|
```
|
|
wget https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Mail/raw/branch/omega/installer.sh
|
|
bash installer.sh 2>&1 | tee output.log
|
|
```
|
|
|
|
#### This script uses the folowing 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
|
|
``` |