Merge branch 'master' into fix-sender-checks

This commit is contained in:
Tim Möhlmann
2018-10-23 10:58:29 +03:00
committed by GitHub
70 changed files with 1216 additions and 988 deletions

View File

@@ -12,3 +12,5 @@ EXPOSE 25/tcp 10025/tcp
VOLUME ["/data"]
CMD /start.py
HEALTHCHECK --start-period=350s CMD echo QUIT|nc localhost 25|grep "220 .* ESMTP Postfix"