#Install MDADM for RAID configuration
export DEBIAN_FRONTEND=noninteractive
sudo debconf-set-selections <<< "postfix postfix/mailname string your.hostname.com"
sudo debconf-set-selections <<< "pstfix postfix/main_mailer_type string 'No configuration'"
sudo apt-get -q -y install mdadm
No comments:
Post a Comment