23 lines
652 B
Plaintext
23 lines
652 B
Plaintext
|
*** postfix-script-nosgid Wed Mar 24 11:20:49 1999
|
||
|
--- postfix-script-sgid Wed Mar 24 11:20:53 1999
|
||
|
***************
|
||
|
*** 174,181 ****
|
||
|
test -d maildrop || {
|
||
|
$WARN creating missing Postfix maildrop directory
|
||
|
mkdir maildrop || exit 1
|
||
|
! chmod 1733 maildrop
|
||
|
chown $mail_owner maildrop
|
||
|
}
|
||
|
test -d pid || {
|
||
|
$WARN creating missing Postfix pid directory
|
||
|
--- 174,182 ----
|
||
|
test -d maildrop || {
|
||
|
$WARN creating missing Postfix maildrop directory
|
||
|
mkdir maildrop || exit 1
|
||
|
! chmod 1730 maildrop
|
||
|
chown $mail_owner maildrop
|
||
|
+ chgrp maildrop maildrop
|
||
|
}
|
||
|
test -d pid || {
|
||
|
$WARN creating missing Postfix pid directory
|