I use stunnel 5.41 with these settings: client = yes accept = 127.0.0.1:25 connect = <address-here> protocol = smtp protocolAuthentication = login protocolUsername = <login-here> protocolPassword = <password-here>
Some mail servers reject mail with an error "missing HELO/EHLO" I think this is because after STARTSSL, you need to send EHLO again. As it is described here: http://www.samlogic.net/articles/smtp-commands-reference.htm _______________________________________________ stunnel-users mailing list [email protected] https://www.stunnel.org/cgi-bin/mailman/listinfo/stunnel-users
