Add description to command
parent
022739dcab
commit
e03136bf21
|
@ -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/public
|
||||||
chgrp -R postdrop /var/spool/postfix/maildrop
|
chgrp -R postdrop /var/spool/postfix/maildrop
|
||||||
postfix set-permissions
|
postfix set-permissions
|
||||||
|
|
||||||
|
# Check Postfix configuration
|
||||||
postconf -c /opt/postfix/conf
|
postconf -c /opt/postfix/conf
|
||||||
|
|
||||||
if [[ $? != 0 ]]; then
|
if [[ $? != 0 ]]; then
|
||||||
echo "Postfix configuration error, refusing to start."
|
echo "Postfix configuration error, refusing to start."
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in New Issue