k
Size: a a a
k
RK
apt-get install exim4RK
dpkg-reconfigure exim4-configRK
RK
ZV
RUN apt-get update && apt-get install -y exim4 && apt-get clean all \
&& sed -i "s/dc_eximconfig_configtype='local'/dc_eximconfig_configtype='internet'/" /etc/exim4/update-exim4.conf.conf \
&& rm -f /etc/apache2/sites-enabled/* \
&& a2enmod rewrite
k
dpkg-reconfigure exim4-config и выбрать "разрешать посылать письма" еще надо не забыть в дебиан подобныхk
k
k
ZV
k