I running the following php script for connecting to my pop3 server runnig
qpopper v3.1.2 and display the number of messages stored in my mailbox :

<?php
$mbox = imap_open ("{correo.highway.com.py:110/pop3}", "damian",
"secret66");
$d = imap_num_msg ($mbox);
echo "$d";
?>

And work fine.

But running the same php script to my pop3 server with qpopper v4.0.3 , its
not work and the log of qpopper says the following:

----------------------------------------------------------------------------
-----
Ok, i reinstall with the debugging option, and the log says the following:

Jun 25 10:46:09.917 2001 [41860] Trace and Debug destination is file
"/var/log/pop.log
" [pop_init.c:855]
Jun 25 10:46:09.917 2001
Jun 25 10:46:09.917 2001 [41860] timeout = 120 (-T) [pop_init.c:860]
Jun 25 10:46:09.917 2001
Jun 25 10:46:09.917 2001 [41860] Avoiding reverse lookups (-R)
[pop_init.c:820]
Jun 25 10:46:09.917 2001
Jun 25 10:46:09.918 2001 [41860] Will generate stats records (-s)
[pop_init.c:825]
Jun 25 10:46:09.918 2001
Jun 25 10:46:09.918 2001 [41860] (v4.0.3) Servicing request from
"208.209.45.1" at 208
.209.45.1 [pop_init.c:1153]
Jun 25 10:46:09.918 2001
Jun 25 10:46:09.918 2001 [41860] before TLS; tls_support==0 [popper.c:172]
Jun 25 10:46:09.918 2001
Jun 25 10:46:09.918 2001 [41860] Skipped TLS Init [popper.c:196]
Jun 25 10:46:09.918 2001
Jun 25 10:46:09.918 2001 [41860] (v4.0.3) Intro [popper.c:238]
Jun 25 10:46:09.918 2001
Jun 25 10:46:09.918 2001 [41860] +OK ready   [popper.c:246]
Jun 25 10:46:09.918 2001
Jun 25 10:46:09.919 2001 [41860] Qpopper ready for input from (null) at
208.209.45.1 [
208.209.45.1] [popper.c:285]
Jun 25 10:46:09.919 2001
Jun 25 10:46:09.986 2001 [41860] Received (4): "CAPA"
[pop_get_command.c:105]
Jun 25 10:46:09.986 2001
Jun 25 10:46:09.986 2001 [41860] capa returned 1; CurrentState now auth1
[popper.c:329
]
Jun 25 10:46:09.986 2001
Jun 25 10:46:09.986 2001 [41860] Qpopper ready for input from (null) at
208.209.45.1 [
208.209.45.1] [popper.c:285]
Jun 25 10:46:09.986 2001
Jun 25 10:46:10.091 2001 [41860] (null) at 208.209.45.1 (208.209.45.1): -ERR
POP EOF o
r I/O Error [popper.c:794]
Jun 25 10:46:10.091 2001
Jun 25 10:46:10.091 2001 [41860] +OK Pop server at iserver.radar.com.py
signing off. [
popper.c:351]
Jun 25 10:46:10.091 2001
Jun 25 10:46:10.091 2001 [41860] (v4.0.3) Ending request from "" at
(208.209.45.1) 208
.209.45.1 [popper.c:369]
Jun 25 10:46:10.091 2001
Jun 25 10:46:10.091 2001 [41860] (v4.0.3) Timing for @208.209.45.1 (error)
auth=0 init
=0 clean=0 [popper.c:375]
Jun 25 10:46:10.091 2001
Damian Ramirez
[EMAIL PROTECTED]
Departamento Tecnico
Highway I.S.P

----- Original Message -----
From: Randall Gellens <[EMAIL PROTECTED]>
To: Damian Ramirez <[EMAIL PROTECTED]>; Subscribers of Qpopper
<[EMAIL PROTECTED]>
Sent: Sunday, June 24, 2001 10:15 PM
Subject: Re: question about qpopper v4.0.3


> At 8:30 AM -0400 6/22/01, Damian Ramirez wrote:
>
> >  But running the same php script to my pop3 server with qpopper v4.0.3 ,
its
> >  not work and the log of qpopper says the following:
>
> That log doesn't say much.  Try enabling debug tracing and see what
> Qpopper says is going on.
>
> To enable tracing in Qpopper:
>
> 1.  Do a 'make clean'
> 2.  Re-run ./configure, adding '--enable-debugging'.
> 3.  Edit the inetd.conf line for Qpopper, adding '-d' or '-t tracefile'.
> 4.  Send inetd a HUP signal.
>
> This causes detailed tracing to be written to the syslog (if you used
> '-d') or to the file specified as 'tracefile'.
>

Reply via email to