mirror of
https://git.myvelabs.com/docker/myvemail.git
synced 2025-12-17 19:56:19 +00:00
Fixed /etc/opendkim/keys/ directory permissions
This commit is contained in:
parent
86f372f3b6
commit
2215b9aa0c
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ done
|
|||
sed -i "s/{{HOSTNAME}}/${MYVEMAIL_SUBDOMAIN}.${MYVEMAIL_DOMAIN}/" ${MYVEMAIL_OPENDMARC_CONF}
|
||||
|
||||
# Permissions
|
||||
chown root:root -R /etc/opendkim/keys/
|
||||
chown opendkim:opendkim /etc/opendkim/keys/*/default.private
|
||||
chmod 600 /etc/opendkim/keys/*/default.private
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue