Updated vars
Gnegne
This commit is contained in:
@@ -64,9 +64,9 @@ echo "$1"
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
##-----------------##
|
##-------------------------------##
|
||||||
# Static-Vars #
|
# CONFIG OPTIONS FUCKA YOUAH #
|
||||||
##-----------------##
|
##-------------------------------##
|
||||||
phpver=7.3
|
phpver=7.3
|
||||||
domonly=${domain}
|
domonly=${domain}
|
||||||
domain=mail.${domain}
|
domain=mail.${domain}
|
||||||
@@ -75,6 +75,7 @@ dhparam=1024
|
|||||||
PKGA="add-apt-repository"
|
PKGA="add-apt-repository"
|
||||||
PKGI="${PKGM} install -y"
|
PKGI="${PKGM} install -y"
|
||||||
db_pass=$(date +%s|sha256sum|base64|head -c 32)
|
db_pass=$(date +%s|sha256sum|base64|head -c 32)
|
||||||
|
ipadr=`ip -o route get 8.8.8.8 | sed -e 's/^.* src \([^ ]*\) .*$/\1/'`
|
||||||
debconf-set-selections <<< "postfix postfix/mailname string $(hostname -f)"
|
debconf-set-selections <<< "postfix postfix/mailname string $(hostname -f)"
|
||||||
debconf-set-selections <<< "postfix postfix/main_mailer_type string 'Internet Site'"
|
debconf-set-selections <<< "postfix postfix/main_mailer_type string 'Internet Site'"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user