Files
LEMPer/scripts/install_postfix.sh
Edi Septriyanto 891fcac73e initial commit
2017-08-30 22:15:00 +07:00

9 lines
163 B
Bash
Executable File

#!/usr/bin/env bash
# Install Postfix mail server
apt-get install -y mailutils postfix
# Update local time
apt-get install -y ntpdate
ntpdate -d cn.pool.ntp.org