Re: [stunnel-users] stunnel hanging during negotation with an smtp server

Jason J. Corso wrote:
[ssmtp] accept = 127.0.0.1:25 connect = xxxxxx:465 protocol = smtp -------
However, when I try to send a mail, it appears to hang while negotiating with the remote server. Here is the output: ... 2007.07.31 15:41:25 LOG7[5511:25183744]: Negotiations for smtp(server side) started 2007.07.31 15:41:25 LOG7[5511:25183744]: RFC 2487 detected
Your stunnel seems to be running in server mode. For client mode, add client = yes Also, if you need pure SSL rather than TLS negotiation, remove protocol = smtp

Thanks for the help. I am able to get it working when I switch it into client mode, remove the smtp protocol option (for pure SSL as you said), and add a delay=yes option. Thanks Jason On 8/1/07, Hans Werner Strube <strube@physik3.gwdg.de> wrote:
Jason J. Corso wrote:
[ssmtp] accept = 127.0.0.1:25 connect = xxxxxx:465 protocol = smtp -------
However, when I try to send a mail, it appears to hang while negotiating with the remote server. Here is the output: ... 2007.07.31 15:41:25 LOG7[5511:25183744]: Negotiations for smtp(server side) started 2007.07.31 15:41:25 LOG7[5511:25183744]: RFC 2487 detected
Your stunnel seems to be running in server mode. For client mode, add client = yes Also, if you need pure SSL rather than TLS negotiation, remove protocol = smtp _______________________________________________ stunnel-users mailing list stunnel-users@mirt.net http://stunnel.mirt.net/mailman/listinfo/stunnel-users
participants (2)
-
Hans Werner Strube
-
Jason J. Corso