2 messages in net.sourceforge.lists.courier-users[courier-users] Re: courier-mta-ssl h...
FromSent OnAttachments
Daniel GillmorFeb 4, 2004 12:22 pm 
Sam VarshavchikFeb 4, 2004 3:24 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[courier-users] Re: courier-mta-ssl hanging after opening connectionActions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Feb 4, 2004 3:24:40 pm
List:net.sourceforge.lists.courier-users

Daniel Gillmor writes:

[dkg@pinhead dkg]$ /usr/sbin/stunnel -c -D 5 -f -r mailserver.foo:465 2004.02.04 14:32:00 LOG5[5868:16384]: Using 'mailserver.foo.465' as tcpwrapper
service name 2004.02.04 14:32:00 LOG5[5868:16384]: stunnel 3.26 on i386-pc-linux-gnu
PTHREAD+LIBWRAP with OpenSSL 0.9.7c 30 Sep 2003 <<< 220 mailserver.foo ESMTP

EHLO pinhead

nothing else i do after receiving the 220 string seems to have any effect.

stunnel is merely copying terminal input to/from the remote server. Your terminal is probably generating LF-terminated lines of text.

SMTP uses lines of text terminated by CRLF. The remote server is just waiting for input terminated by CRLF.