Hello,
I just built qpopper on Solaris 9. I installed the OpenSSL and GCC
packages from sunfreeware.com. Then used:
./configure --with-openssl=/usr/local/ssl --with-specialauth
--enable-debugging
I then followed the instructions in the GUIDE.pdf file for setting up
SSL/TLS and created a test certificate according to the method on the
web site FAQ. In inetd.conf I launch qpopper with (wraps in e-mail):
pop3s stream tcp nowait root /usr/local/sbin/popper -d -f \
/etc/mail/pop/popper.conf
The conf file is the same as the GUIDE.pdf recommends. When my client
connects, I get this message in the logs:
mail -d[12295]: [ID 702911 local0.notice] (null) at binks: -ERR Unknown
command: "\200f^A^C^A". [pop_get_command.c:152]
<repeats 3 times then>
mail -d[12295]: [ID 702911 local0.notice] (v4.0.4) Timeout (120 secs)
during nw read from at binks [popper.c:591]
mail -d[12295]: [ID 702911 local0.notice] (null) at binks: -ERR POP
timeout from mail [popper.c:817]
mail -d[12295]: [ID 702911 local0.notice] (v4.0.4) Timeout (120 secs)
during nw read from at binks [popper.c:591]
mail -d[12295]: [ID 702911 local0.notice] (null) at binks: -ERR POP
timeout from mail [popper.c:817]
mail -d[12295]: [ID 702911 local0.notice] (v4.0.4) Timeout (120 secs)
during nw read from at binks [popper.c:591]
mail -d[12295]: [ID 702911 local0.notice] (null) at binks: -ERR POP
timeout from mail [popper.c:817]
What does this mean and how can I build qpopper to handle it?