Browse Source

Dovecot permissions

Bob Mottram 8 years ago
parent
commit
46a4f19698
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      src/freedombone-utils-setup

+ 3
- 0
src/freedombone-utils-setup View File

493
     if [ -f /usr/sbin/exim4 ]; then
493
     if [ -f /usr/sbin/exim4 ]; then
494
         chmod u+s /usr/sbin/exim4
494
         chmod u+s /usr/sbin/exim4
495
     fi
495
     fi
496
+    if [ -f /usr/sbin/dovecot ]; then
497
+        chmod u+s /usr/sbin/dovecot
498
+    fi
496
 
499
 
497
     set_sticky_bits
500
     set_sticky_bits
498
 
501