diff --git a/src/freedombone-base-email b/src/freedombone-base-email index 4550068d..8a9549d9 100755 --- a/src/freedombone-base-email +++ b/src/freedombone-base-email @@ -893,6 +893,7 @@ function install_email { function_check configure_firewall_for_email configure_firewall_for_email + dpkg-reconfigure --frontend noninteractive exim4-config mark_completed $FUNCNAME } diff --git a/src/freedombone-controlpanel b/src/freedombone-controlpanel index 94f7053d..5f533cb9 100755 --- a/src/freedombone-controlpanel +++ b/src/freedombone-controlpanel @@ -448,6 +448,7 @@ function email_extra_domains { if [[ "$emailhostnames" != *" "* ]]; then sed -i "s|dc_other_hostnames=.*|dc_other_hostnames='$emailhostnames'|g" /etc/exim4/update-exim4.conf.conf update-exim4.conf + dpkg-reconfigure --frontend noninteractive exim4-config systemctl restart saslauthd dialog --title $"Email Domains" \ --backtitle $"Freedombone Control Panel" \