Randall Gellens on Mon  8/04 14:01 -0700:
> I'd like to release 4.0.4 as soon as possible, so I'm asking for your
> help.  Please try out 4.0.4fc3 and let me know of any problems.

I upgraded from 4.0.3 (working fine with SSL) to 4.0.4fc3

identical config, nothing changed at all.  Now I'm getting this from SSL
clients (all Outlook 2000)

here's sanitized info:

: (v4.0.4fc3) TLSv1/SSLv3 handshake with client at userjoe.ddns.our.domain.com 
:(10.20.10.248); new session-id; cipher: RC4-MD5 (RC4-MD5 SSLv3 Kx=RSA Au=RSA 
:Enc=RC4(128) Mac=MD5 ), 128 bits [pop_tls_openssl.c:514]
: (v4.0.4fc3) POP login by user "userjoe" at (userjoe.ddns.our.domain.com) 
:10.20.10.248 [pop_log.c:244]
: I/O Error [pop_tls_openssl.c:730]
: Error writing to client [pop_send.c:729]
: userjoe at userjoe.ddns.our.domain.com (10.20.10.248): -ERR SIGHUP or SIGPIPE 
:flagged [pop_send.c:495]
: userjoe at userjoe.ddns.our.domain.com (10.20.10.248): -ERR POP hangup from 
:mailserver.our.domain.com [popper.c:813]
: TLS shutdown Error [pop_tls_openssl.c:789]
: (v4.0.4fc3) Timing for [EMAIL PROTECTED] (error) auth=0 init=0 
:clean=0 [popper.c:384]

configure:

        ./configure \
                --prefix=/opt/local \
                --sysconfdir=/etc/qpopper \
                --enable-debugging \
                --enable-servermode \
                --enable-specialauth \
                --with-pam=pop3 \
                --enable-log-login \
                --enable-shy \
                --enable-spool-dir=/var/mail \
                --enable-temp-drop-dir=/var/mail/qptmp \
                --enable-cache-dir=/var/mail/qpcache \
                --enable-uw-kludge \
                --without-kerberos5 \
                --enable-timing \
                --enable-status \
                --disable-check-pw-max \
                --disable-old-spool-loc \
                --disable-update-abort \
                --enable-fast-update \
                --with-openssl=/opt/local \
                --enable-chunky-writes=0

superserver config:

        service pop3s
        {
                bind            = 1.2.3.4
                id              = pop3s_roc
                port            = 995

                flags           = REUSE
                passenv         = PATH
                wait            = no
                socket_type     = stream
                user            = root
                group           = mail
                groups          = no
                server          = /opt/local/sbin/sqpopper-4.0.4fc3
                server_args     = -F -l 2 -s -S -T 300 -f /etc/qpopper/sqpopper-roc
                no_access       =
                only_from       = 0.0.0.0
        }

config file:

        set tls-version                 = all
        set tls-server-cert-file        = /etc/ssl/certs/sqpopper-roc-public.pem
        set tls-private-key-file        = /etc/ssl/private/sqpopper-roc-private.pem
        set clear-text-password         = tls
        set chunky-writes               = never

linkages:

        $ ldd /opt/local/sbin/sqpopper-4.0.4fc3
               libresolv.so.2 => /lib/libresolv.so.2 (0x4001b000)
               libdl.so.2 => /lib/libdl.so.2 (0x4002a000)
               libpam.so.0 => /lib/libpam.so.0 (0x4002e000)
               libssl.so.0 => /opt/local/lib/libssl.so.0 (0x40036000)
               libcrypto.so.0 => /opt/local/lib/libcrypto.so.0 (0x40064000)
               libc.so.6 => /lib/libc.so.6 (0x40127000)
               /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

like I said, no config or cert changes, same openssl library, worked
fine before upgrade.  Platform Linux 2.2, glibc 2.1.

Any ideas? Any more info needed?

Reply via email to