浏览代码

Add description to command

andryyy 8 年之前
父节点
当前提交
e03136bf21
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      data/Dockerfiles/postfix/postfix.sh

+ 3 - 0
data/Dockerfiles/postfix/postfix.sh

@@ -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