소스 검색

Reconfigure exim

Bob Mottram 8 년 전
부모
커밋
01cbac1123
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      src/freedombone-logging

+ 3
- 0
src/freedombone-logging 파일 보기

@@ -234,6 +234,9 @@ if [ -d /etc/prosody ]; then
234 234
     systemctl restart prosody
235 235
 fi
236 236
 if [ -d /etc/exim4 ]; then
237
+    update-exim4.conf.template -r
238
+    update-exim4.conf
239
+    dpkg-reconfigure --frontend noninteractive exim4-config
237 240
     systemctl restart exim4
238 241
 fi
239 242
 if [ -d /etc/dovecot ]; then