Thanks! Yep. Fixcr caused it for me, too (BSD/OS 4.0):
su-2.01# rcsdiff -c -r1.1 -r1.2 rc.local
===================================================================
RCS file: RCS/rc.local,v
retrieving revision 1.1
retrieving revision 1.2
diff -c -r1.1 -r1.2
*** rc.local 1999/06/09 15:45:47 1.1
--- rc.local 1999/06/17 17:00:01 1.2
***************
*** 65,69 ****
csh -cf '/var/qmail/rc &'
# Start tcpserver running qmail-smtpd.
tcpserver -x /etc/tcp.smtp.cdb -v -u 7770 -g 2108 0 smtp \
! /var/qmail/bin/qmail-smtpd 2>&1 | /var/qmail/bin/splogger \
! smtpd 3 &
--- 65,69 ----
csh -cf '/var/qmail/rc &'
# Start tcpserver running qmail-smtpd.
tcpserver -x /etc/tcp.smtp.cdb -v -u 7770 -g 2108 0 smtp \
! sh -c '/usr/local/bin/fixcr | /var/qmail/bin/qmail-smtpd' 2>&1
\
! | /var/qmail/bin/splogger smtpd 3 &
Question: In the telnet interaction, why didn't the connection close?
I presume that the LF I sent after QUIT was received by tcpserver, fed
to fixcr, converted to CRLF and piped to qmail-smtpd. This should be
fine for QUIT like it is for any other SMTP command (They work okay.).
The next question is: Does using fixcr cause timeout problems for
other mail clients? I ran mail -v from the command line and there was
no delay in closing the connection. If I find any problems, I'll post.
> -----Original Message-----
> From: Justin Bell [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 17, 1999 11:42 AM
> To: Balazs Nagy
> Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Re: Closing SMTP connection
>
>
> this happens for me too, using the fixcr method of fixing
> bare LFs from the
> qmail page.
>
>
> On Thu, Jun 17, 1999 at 07:38:50PM +0200, Balazs Nagy wrote:
> # On Thu, 17 Jun 1999, it was written:
> #
> # > When telnetting to port 25, why do I have to type an
> extra ENTER to
> # > disconnect from qmail-smtpd? Is this an RFC-compliance issue?
> # > [...]
> # > telnet faxsrv.fwi.com 25
> # > Trying 209.84.160.13...
> # > Connected to faxsrv.fwi.com.
> # > Escape character is '^]'.
> # > 220 FWI mail server - qmail 1.03 ESMTP
> # > quit <== I type
> # > 221 FWI mail server - qmail 1.03
> # > <== I also type ENTER (LF?) here (not necessary
for
> # > sendmail)
> # > Connection closed by foreign host.
> #
> # My host does
> #
> # krondor.kva.hu:[pts/1]~>>% telnet krondor.kva.hu 25
> # Trying 195.228.124.65...
> # Connected to krondor.kva.hu.
> # Escape character is '^]'.
> # 220 krondor.kva.hu ESMTP
> # quit
> # 221 krondor.kva.hu
> # Connection closed by foreign host.
> #
> # It works without any problems. What OS do you run?
> # --
> # Regards: Kevin (Balazs)
> #
>
> --
> /- [EMAIL PROTECTED] --------------- [EMAIL PROTECTED] -\
> |Justin Bell NIC:JB3084| Time and rules are changing. |
> |Pearson | Attention span is quickening. |
> |Developer | Welcome to the Information Age. |
> \-------- http://www.superlibrary.com/people/justin/ ----------/
>