At 4:06 PM -0500 1/3/05, Jeff A. Earickson wrote:

 Hi,
    I'm working on getting TLS going with 4.0.5 and 4.0.6b3,
 and I've discovered that 4.0.6b3 refuses to find/read the
 qpopper.config file.  4.0.5 has no problems with this, using the
 same file.

 Platform: Solaris 9

 Code compiled with the following settings:
 CC=cc ./configure \
 --prefix=/opt/maild \
 --enable-debugging \
 --enable-keep-temp-drop \
 --enable-nonauth-file=/etc/pop.nonauth \
 --enable-log-login \
 --disable-hash-dir-check \
 --disable-old-spool-loc \
 --enable-hash-spool=3 \
 --with-pam=pop3 \
 --enable-uw-kludge \
 --enable-temp-drop-dir=/var/spool/pop \
 --enable-server-mode \
 --enable-low-debug \
 --with-openssl=/opt/openssl

 Config file is: /opt/maild/qpopper.config, perms are 644 (attached).

 /etc/inetd.conf entry on the server machine is:

pop3 stream tcp nowait root /opt/maild/popper popper -l 1 -f /opt/maild/qpopper.config -d -t /tmp/trace-file

 What happens:

 % telnet machine 110
 Trying {IP number disguised]....
 Connected to machine.colby.edu.
 Escape character is '^]'.
 Unable to process config file /opt/maild/qpopper.config
 Connection to machine.colby.edu closed by foreign host.

(nothing appears in the trace-file)

I can't reproduce this with 4.0.6b4. I've tried: - specifying a file that doesn't exist (it says it can't open it and exits) - specifying the sample file (it processes it) - specifying a file with bad syntax (it gives an error)

Please try changing the inetd line to put the -t option first, and see if you get anything written to the trace file then.
--
Randall Gellens
Opinions are personal; facts are suspect; I speak for myself only
-------------- Randomly-selected tag: ---------------
Despite an abundance of devoted followers, the production of great
leaders been discontinued.

Reply via email to