From owner-freebsd-questions@FreeBSD.ORG Sun Mar 20 09:21:54 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 0FC3C16A4CE for ; Sun, 20 Mar 2005 09:21:54 +0000 (GMT) Received: from sdf.lonestar.org (mx.freeshell.org [192.94.73.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48E2A43D1F for ; Sun, 20 Mar 2005 09:21:53 +0000 (GMT) (envelope-from tiberius@sdf.lonestar.org) Received: from sdf.lonestar.org (IDENT:tiberius@sverige.freeshell.org [192.94.73.4]) by sdf.lonestar.org (8.13.1/8.12.10) with ESMTP id j2K9LcxH012164 for ; Sun, 20 Mar 2005 09:21:38 GMT Received: (from tiberius@localhost) by sdf.lonestar.org (8.13.1/8.12.8/Submit) id j2K9Lciw013192 for freebsd-questions@freebsd.org; Sun, 20 Mar 2005 02:21:38 -0700 (MST) Date: Sun, 20 Mar 2005 02:21:38 -0700 From: Matt Rechkemmer To: freebsd-questions@freebsd.org Message-ID: <20050320092138.GA5244@sdf.lonestar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: qpopper-4.0.5_2 SSL woes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Mar 2005 09:21:54 -0000 Recently, I've been trying to get SSL support setup on my 5.3 machine's qpopper. I've installed the port with the following options: WITHOUT_APOP=yes WITHOUT_SSL=no WITH_STANDALONE_MODE=no I've generated a SSL certificate file for qpopper's use. It doesn't seem to complain about the certificate. However, when a user attempts to POP, I see this in my trace file: Mar 20 01:25:16.562 2005 [30945] before TLS; tls_support==0 [popper.c:181] Mar 20 01:25:16.562 2005 [30945] Skipped TLS Init [popper.c:205] The client receives "-ERR: Bad Login." Any thoughts on this? P.S. What's the best way to run qpopper, stand-alone or from inetd?