瀏覽代碼

Reconfigure exim

Bob Mottram 8 年之前
父節點
當前提交
01cbac1123
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      src/freedombone-logging

+ 3
- 0
src/freedombone-logging 查看文件

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