10 messages in net.sourceforge.lists.courier-usersRe: [courier-users] esmtpd not respon...
FromSent OnAttachments
Fabiano SidlerDec 14, 2004 8:47 am 
Tim HunterDec 14, 2004 10:28 am 
Sam VarshavchikDec 14, 2004 4:28 pm 
Bill TaroliDec 14, 2004 5:00 pm 
Fabiano SidlerDec 16, 2004 8:36 am 
Fabiano SidlerDec 16, 2004 8:39 am 
Sam VarshavchikDec 16, 2004 3:30 pm 
Sam VarshavchikDec 16, 2004 3:31 pm 
Fabiano SidlerDec 18, 2004 7:52 am 
Bill TaroliDec 18, 2004 9:12 am 
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:Re: [courier-users] esmtpd not respondingActions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Dec 14, 2004 4:28:42 pm
List:net.sourceforge.lists.courier-users

Fabiano Sidler writes:

Hello list!

My esmtpd does not respond anything on connect, even when I specify BLOCK for localhost (in smtpaccess) with an error message:

user@<host> $ nc localhost 25 220 <host> ESMTP HELO localhost

Does your "nc" program, whatever it is, automatically translate newlines into <CR><LF>?

As you know, SMTP commands are terminated by the <CR><LF> sequence, so your "nc" program needs to send a <CR><LF> every time it reads the newline character from standard input.