소스 검색

reconfigure exim4

Bob Mottram 8 년 전
부모
커밋
365d03a216
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      src/freedombone-base-email
  2. 1
    0
      src/freedombone-controlpanel

+ 1
- 0
src/freedombone-base-email 파일 보기

@@ -893,6 +893,7 @@ function install_email {
893 893
 
894 894
     function_check configure_firewall_for_email
895 895
     configure_firewall_for_email
896
+    dpkg-reconfigure --frontend noninteractive exim4-config
896 897
     mark_completed $FUNCNAME
897 898
 }
898 899
 

+ 1
- 0
src/freedombone-controlpanel 파일 보기

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