bokysan / docker-postfix

Multi architecture simple SMTP server (postfix null relay) host for your Docker and Kubernetes containers. Based on Debian/Ubuntu/Alpine.
MIT License
555 stars 152 forks source link

improved healthcheck with proper command sequence #171

Closed henrythasler closed 10 months ago

henrythasler commented 10 months ago

avoids error message improper command pipelining after CONNECT from unknown[172.20.0.1]: EHLO healthcheck\n in postfix logs by proper command sequencing and closes the nc connection properly.

bokysan commented 10 months ago

Thank for the commit!