Skip to content

Commit

Permalink
update permissions comments for Postfix tables and local aliases to c…
Browse files Browse the repository at this point in the history
…larify read-only status
  • Loading branch information
maxadamo committed Feb 19, 2025
1 parent c053ad1 commit 09e3c8c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rootfs/etc/cont-init.d/03-dirs_and_permissions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ mkdir -p /var/spool/postfix/saved
chown -R postfix /var/spool/postfix/saved
mkdir -p /var/spool/postfix/trace
chown -R postfix /var/spool/postfix/trace
# chown -R root /etc/postfix/tables # postfix tables are set read-only by Nomad
# chmod -R g-w,o-w /etc/postfix/tables # postfix tables are set read-only by Nomad
chown -R root /etc/postfix/local_aliases
chmod -R g-w,o-w /etc/postfix/local_aliases
# chown -R root /etc/postfix/tables # read-only by Nomad, permissions set by Nomad
# chmod -R g-w,o-w /etc/postfix/tables # read-only by Nomad, permissions set by Nomad
# chown -R root /etc/postfix/local_aliases # read-only by Nomad, permissions set by Nomad
# chmod -R g-w,o-w /etc/postfix/local_aliases # read-only by Nomad, permissions set by Nomad

# OpenDKIM
mkdir -p /etc/mail/dkim
Expand Down

0 comments on commit 09e3c8c

Please sign in to comment.