At 1:03 PM +0200 5/28/01, Joerg Hartmann wrote:

>  Hallo ,
>
>  some of my users on different linux-mailers have problems with
> qpopper (Version 3.1.2 and 4.0.1) from time to time.
>  The Mailclient (Outlook or Netscape) stops downloading the mails
> from the spool and hangs until timeout. Not for all users, only
> one or two from some dozends.

If you can reproduce it, try enabling debug tracing.  You may want
to add '#define TRACE_MSG_BODY 1' (without the quotes) as the first
line of config.h after running ./configure but before make.

>
>  Sometimes this happens if the outlook of the user crashes,
> sometimes the mails works one day and stops the other.
>  Most of the time i can put the user back to live with mail if i
> delete the very first message in his spoolfile. But the is NO
> good solution ...
>  Dont know if the spool was coruppted - i can not see any problems
>  in the spoolfile and mutt opens them without errors.
>
>  In the server logs are I/O-Errors at the end of this sessions,
> but i dont understand what
>  "operation not permitted" means to me :-(  in this environment.

Usually it just means that the client shut down the connection, or
the connection was dropped.

>
>  popper[9981]: Running in server mode; spool not changed; deleting
> temp drop [pop_updt.c:313]
>  popper[9981]: +OK Pop server at mail.dus.mediadesign.de signing
> off. [popper.c:347]
>  popper[9981]: I/O error flushing output to client golschew at
> dus-kiste [192.168.120.18]: Operation not permitted (1)
> [pop_send.c:685]

It looks like the connection is gone.  The real problem is earlier.

>  popper[9981]: (v4.0.2) Ending request from "golschew" at
> (dus-kiste) 192.168.120.18 [popper.c:365]
>
>  And a second question:
>
>  popper[9991]: HDR (len=54; hangup=0; errno=2) *** X-Mailer:
> Microsoft Internet E-Mail/MAPI - 8.0.0.4 [pop_send.c:432]
>  popper[9991]: HDR (len=18; hangup=0; errno=2) *** MIME-Version:
> 1.0  [pop_send.c:432]
>  popper[9991]: HDR (len=47; hangup=0; errno=2) *** Content-Type:
> text/plain; charset="iso-8859-1"  [pop_send.c:432]
>  popper[9991]: HDR (len=32; hangup=0; errno=2) ***
> Content-Transfer-Encoding: 8bit  [pop_send.c:432]
>  popper[9991]: HDR (len=95; hangup=0; errno=2) ***
> X-MIME-Autoconverted: from quoted-printable to 8bi
> [pop_send.c:432]
>
>  There is alway errno=2 at the header lines. What kind of error ist this ?
>  Can someone please point me to a documentation where i can learn
> about this ?

error 2 is "no file" (ENOENT).  It might be just left-over junk in
errno, since Qpopper didn't receive a SIGPIPE.  It's in the debug
trace because there were some platforms that seemed to not send a
signal when the client disconnected.

>  �@�
>  Thanks for any help ...
>                                                    Joerg
>  --
>  Joerg Hartmann
>  mediadesign akademie
>  Phone +49 340 253 2023        Fax   +49 340 253 2010
>  [EMAIL PROTECTED]

Reply via email to