lot of stuff

This commit is contained in:
2019-04-17 14:23:35 +02:00
parent 7fcf1d097b
commit 742b7aca15
14 changed files with 479 additions and 75 deletions
+10 -8
View File
@@ -1,13 +1,12 @@
#!/bin/sh
echo '\033[35m
__ ______ ______
/ |/ / | / _/ /
/ /|_/ / /| | / // /
/ / / / ___ |_/ // /___
/_/ /_/_/ |_/___/_____/
\033[0m'
echo "\033[35;1mEnable mail sending for php \033[0m"
echo '
__ __ _ _
| \/ |__ _(_) |
| |\/| / _` | | |
|_| |_\__,_|_|_|
'
echo "Enable mail sending for php"
. bin/checkroot.sh
@@ -28,6 +27,9 @@ sleep 2
apk add mailx postfix
mkdir /var/mail
postmap /etc/postfix/aliases
rc-update add postfix
/etc/init.d/postfix start