mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-19 09:34:56 +00:00
Add description to command
This commit is contained in:
parent
022739dcab
commit
e03136bf21
1 changed files with 3 additions and 0 deletions
|
|
@ -101,7 +101,10 @@ chown -R 600:600 /var/lib/zeyple/keys
|
|||
chgrp -R postdrop /var/spool/postfix/public
|
||||
chgrp -R postdrop /var/spool/postfix/maildrop
|
||||
postfix set-permissions
|
||||
|
||||
# Check Postfix configuration
|
||||
postconf -c /opt/postfix/conf
|
||||
|
||||
if [[ $? != 0 ]]; then
|
||||
echo "Postfix configuration error, refusing to start."
|
||||
exit 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue