I'm making a smtp server using postfix,now I can send mail successfully by sendmail command,
but failed send mail via smtp,my test program always block at the readline(read reply of server via tcp) part.
I tried to use the
telnet myhostname 25
and the server sent status0,then no any reply.