Correction

This commit is contained in:
Clément ROUSSEAU 2019-12-07 14:48:10 +01:00
parent 97f6bb64e9
commit a47595fd09
1 changed files with 3 additions and 2 deletions

View File

@ -56,7 +56,8 @@ then
echo "###############################################"
apt-get install mariadb-server mariadb-client expect -y
echo "-- Installation de MariaDB terminé !"
DEBIAN_FRONTEND=noninteractive apt-get install postfix -y
debconf-set-selections <<< "postfix postfix/main_mailer_type string 'No configuration'"
apt-get install postfix -y
echo "-- Installation de Postfix terminé !"
apt-get install postfix-mysql -y
echo "-- Installation du plugin postfix-mysql terminé !"
@ -66,7 +67,7 @@ then
echo "-- Installation de SpamAssassin terminé !"
apt-get install dovecot-sieve dovecot-managesieved -y
echo "-- Installation de Sieve terminé !"
DEBIAN_FRONTEND=noninteractive apt-get install clamav-milter -y
apt-get install clamav-milter -y
echo "-- Installation de ClamAV terminé !"
apt-get install apache2 -y
echo "-- Installation de Apache terminé !"