瀏覽代碼

Dovecot permissions

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

+ 3
- 0
src/freedombone-utils-setup 查看文件

@@ -493,6 +493,9 @@ function lockdown_permissions {
493 493
     if [ -f /usr/sbin/exim4 ]; then
494 494
         chmod u+s /usr/sbin/exim4
495 495
     fi
496
+    if [ -f /usr/sbin/dovecot ]; then
497
+        chmod u+s /usr/sbin/dovecot
498
+    fi
496 499
 
497 500
     set_sticky_bits
498 501