|
@@ -583,7 +583,7 @@ function configure_email {
|
583
|
583
|
return
|
584
|
584
|
fi
|
585
|
585
|
apt-get -y remove postfix
|
586
|
|
- apt-get -y install exim4 sasl2-bin swaks libnet-ssleay-perl procmail
|
|
586
|
+ apt-get -y --force-yes install exim4 sasl2-bin swaks libnet-ssleay-perl procmail
|
587
|
587
|
echo 'dc_eximconfig_configtype="internet"' > /etc/exim4/update-exim4.conf.conf
|
588
|
588
|
echo "dc_other_hostnames='$DOMAIN_NAME'" >> /etc/exim4/update-exim4.conf.conf
|
589
|
589
|
echo "dc_local_interfaces=''" >> /etc/exim4/update-exim4.conf.conf
|