Send a proper LHLO command with argument (like EHLO), to fix -t lmtp.

This commit is contained in:
Geert Hendrickx 2022-08-27 21:42:33 +02:00
parent b577234e6d
commit e77dd4a825
No known key found for this signature in database
GPG Key ID: CD718C1F95AD44EA

View File

@ -11106,7 +11106,7 @@ starttls_smtp_dialog() {
[[ -n "$2" ]] && starttls="$starttls\r\n$2" # this adds a payload if supplied
if [[ "$1" == lmtp ]]; then
proto="lmtp"
greet_str="LHLO"
greet_str="LHLO testssl.sh"
fi
debugme echo "=== starting $proto STARTTLS dialog ==="