Update 'installer.sh'

This commit is contained in:
b.waal
2019-08-31 19:22:21 +02:00
parent 3e79766782
commit cf6227f0af

View File

@@ -314,4 +314,12 @@ wget -q -t7 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Mail/raw/branch/"$bra
sievec /etc/dovecot/sieve/default.sieve
chown vmail:vmail /etc/dovecot/sieve/ -R
reboot
##-----------------------##
# Enabling Services #
##-----------------------##
systemctl enable postfix.service postfix@-.service dovecot.service
##-----------------------##
# Starting Services #
##-----------------------##
systemctl starting postfix.service postfix@-.service dovecot.service