Hello all
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:
Jun 22 08:19:22 hwns1 popper[88890]: (null) at 208.209.45.1
(208.209.45.1): -ERR POP EOF or I/O Error
Jun 22 08:19:22 hwns1 popper[88890]: (null) at 208.209.45.1
(208.209.45.1): -ERR POP EOF or I/O Error
Jun 22 08:19:22 hwns1 popper[88890]: I/O error flushing output to client at
208.209.45.1 [208.209.45.1]: Operation not permitted(1)
Jun 22 08:19:22 hwns1 popper[88890]: I/O error flushing output to client at
208.209.45.1 [208.209.45.1]: Operation not permitted(1)
Jun 22 08:19:22 hwns1 popper[88890]: (v4.0.3) Timing for @208.209.45.1
(error) auth=0init=0 clean=0
My pop3 server with qpopper v4.0.3 work fine for mail clients programs.
I install qpopper v4.0.3 with the following options:
su-2.03#
./configure --disable-check-pw-max --enable-log-login --enable-server-mode -
-
enable-shy --enable-timing --enable-chunky-writes=2
And running from inetd with the following options:
pop3 stream tcp nowait root /usr/local/bin/popper popper -T
120 -R -s
Some ideas?
Thanks!
Damian Ramirez
[EMAIL PROTECTED]