From owner-freebsd-questions@FreeBSD.ORG Wed Apr 27 12:53:05 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2817516A4CE for ; Wed, 27 Apr 2005 12:53:05 +0000 (GMT) Received: from mail28.sea5.speakeasy.net (mail28.sea5.speakeasy.net [69.17.117.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id C421443D62 for ; Wed, 27 Apr 2005 12:53:04 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 14739 invoked from network); 27 Apr 2005 12:53:04 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail28.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 27 Apr 2005 12:53:04 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id AEFB22F; Wed, 27 Apr 2005 08:53:03 -0400 (EDT) Sender: lowell@be-well.ilk.org To: BSD References: <7e927a9943b76d38f0f747b0afc71cfe@todoo.biz> From: Lowell Gilbert Date: 27 Apr 2005 08:53:03 -0400 In-Reply-To: <7e927a9943b76d38f0f747b0afc71cfe@todoo.biz> Message-ID: <44acnkz8i8.fsf@be-well.ilk.org> Lines: 48 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: Qpopper & SSL TLS problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2005 12:53:05 -0000 BSD writes: > Hello, > > I have a weired problem with Qpopper & FBSD 5.3. > > I am using the latest version compiled using the port tree. with one > or two options : > > CONFIGURE_ARGS= --enable-nonauth-file=${POPUSERS_FILE} \ > --without-gdbm \ > --enable-keep-temp-drop \ > --disable-update-abort \ > --enable-bulletins=/var/spool/bulls \ > --enable-log-login \ > --enable-new-bulls=3 \ > --enable-shy \ > --enable-timing \ > --enable-log-facility=LOG_MAIL \ > --with-openssl=/usr/bin/openssl \ > --with-pam=pop3 > > I am also using this compile time option : > > bsd# make WITHOUT_IPV6=yes WITHOUT_APOP=yes > bsd# make install WITHOUT_APOP=yes > bsd# make clean > > I was using this program since couple of months without any problem. > > But since couple of weeks, I have weired problems with my maling list > account. > > I have configured four accounts : > > - Three are ok (the one on which I receive a small amount of large mail) > - One is causing serious problem (hanging during the transmission of > my mail). This account is used for my mailing list, so I have a lot of > small size mail. > > Any idea ?? > > Do you know any other POP server that supports SSL / TLS ? If it's hanging during the *transmission* of mail, then that would be a problem with your MTA (sendmail?), not qpopper, right? What are the actual symptoms of this hang?