.github/ISSUE_TEMPLATE.md
### system info
Please report your OS, Node version, and Haraka version by running this shell script on your Haraka server and replacing this section with the output.
echo "Haraka | $(haraka -v)"; echo " --- | :--- "; echo "Node | $(node -v)"; echo "OS | $(uname -a)"; echo "openssl | $(openssl version)"
### Expected behavior
### Observed behavior
### Steps to reproduce