mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
parent
a8f6fa6181
commit
b5fc40eb7a
|
@ -83,7 +83,7 @@ function _setup_save_states
|
||||||
chown root:root "${STATEDIR}/spool-postfix"
|
chown root:root "${STATEDIR}/spool-postfix"
|
||||||
|
|
||||||
# These two require the postdrop(103) group:
|
# These two require the postdrop(103) group:
|
||||||
chgrp -R postdrop "${STATEDIR}/spool-postfix/{maildrop,public}"
|
chgrp -R postdrop "${STATEDIR}"/spool-postfix/{maildrop,public}
|
||||||
|
|
||||||
# After changing the group, special bits (set-gid, sticky) may be stripped, restore them:
|
# After changing the group, special bits (set-gid, sticky) may be stripped, restore them:
|
||||||
# Ref: https://github.com/docker-mailserver/docker-mailserver/pull/3149#issuecomment-1454981309
|
# Ref: https://github.com/docker-mailserver/docker-mailserver/pull/3149#issuecomment-1454981309
|
||||||
|
|
Loading…
Reference in a new issue