At 08:56 PM 11/16/99 -0500, you wrote:
>On Tue, 16 Nov 1999, Sam wrote:
>
>>
>> { char buf[512]; while (read(0, buf, 512) > 0); }
>
>
>Oops. I just realized that this will not work very well.
>
>After getting a 551, the sender will send at least one SMTP command, for
>which it will await a response. Eventually it'll timeout, but you don't
>want to have qmail-smtpd twisting in the wind, all along.
>
>Hmmm... I'd say stick in "alarm (60);" just before the while loop.
>That'll be good enough for most people.
>
I re-compiled, but when I try to copy over the file, I get an error which
says the following:
cp: cannot create regular file `/var/qmail/bin/qmail-smtpd': Text file busy
What does one do now? :)
-Bill