Browse Source

reconfigure exim4

Bob Mottram 8 years ago
parent
commit
365d03a216
2 changed files with 2 additions and 0 deletions
  1. 1
    0
      src/freedombone-base-email
  2. 1
    0
      src/freedombone-controlpanel

+ 1
- 0
src/freedombone-base-email View File

893
 
893
 
894
     function_check configure_firewall_for_email
894
     function_check configure_firewall_for_email
895
     configure_firewall_for_email
895
     configure_firewall_for_email
896
+    dpkg-reconfigure --frontend noninteractive exim4-config
896
     mark_completed $FUNCNAME
897
     mark_completed $FUNCNAME
897
 }
898
 }
898
 
899
 

+ 1
- 0
src/freedombone-controlpanel View File

448
                     if [[ "$emailhostnames" != *" "* ]]; then
448
                     if [[ "$emailhostnames" != *" "* ]]; then
449
                         sed -i "s|dc_other_hostnames=.*|dc_other_hostnames='$emailhostnames'|g" /etc/exim4/update-exim4.conf.conf
449
                         sed -i "s|dc_other_hostnames=.*|dc_other_hostnames='$emailhostnames'|g" /etc/exim4/update-exim4.conf.conf
450
                         update-exim4.conf
450
                         update-exim4.conf
451
+                        dpkg-reconfigure --frontend noninteractive exim4-config
451
                         systemctl restart saslauthd
452
                         systemctl restart saslauthd
452
                         dialog --title $"Email Domains" \
453
                         dialog --title $"Email Domains" \
453
                                --backtitle $"Freedombone Control Panel" \
454
                                --backtitle $"Freedombone Control Panel" \