From owner-freebsd-ports@FreeBSD.ORG Tue Oct 16 12:15:35 2007 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EAD7F16A419 for ; Tue, 16 Oct 2007 12:15:35 +0000 (UTC) (envelope-from walter@natural-innovations.com) Received: from natural-innovations.com (natural-innovations.com [128.121.98.235]) by mx1.freebsd.org (Postfix) with ESMTP id DC9F113C46E for ; Tue, 16 Oct 2007 12:15:35 +0000 (UTC) (envelope-from walter@natural-innovations.com) Received: from [192.168.10.102] (ip66-106-175-34.z175-106-66.customer.algx.net [66.106.175.34]) by natural-innovations.com (8.12.11.20060614/8.11.2) with ESMTP id l9GBpsUK054402; Tue, 16 Oct 2007 04:51:55 -0700 (PDT) Mime-Version: 1.0 Message-Id: X-Quote: I wasn't innocent till I got older. --WIK X-Calibur: Signifying that I, Arthur, was to become King of the Britons X-Mailer: Eudora Pro 5.1.1 on Mac OS X 10.4.9 X-Image-URL: http://www.natural-innovations.com/mailpictures/walter Date: Tue, 16 Oct 2007 04:52:14 -0700 To: bc979@lafn.org From: Walter Ian Kaye Content-Type: text/plain; charset="us-ascii" ; format="flowed" Cc: ports@FreeBSD.org Subject: FreeBSD Port: qpopper-4.0.9_1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Oct 2007 12:15:36 -0000 Hi, I tried to [mostly] follow instructions at but I don't know if ./configure overrides the port's "Options" screen or vice versa, so I don't know if I turned things on or off. I did CONFIGURE_ENV= LIBS="-lcrypt -lmd -lutil -L${LOCALBASE}/lib" \ OS_DEFS="-DSETPROCTITLE ${OS_DEFS}" --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 and then the Options screen .--------------------------------------------------------------------. | Options for qpopper 4.0.9_1 | | .----------------------------------------------------------------. | | | [ ] APOP_ONLY build with APOP authentication only | | | | [X] APOP build with APOP | | | | [ ] DOCUMENTATION install pdf documentation | | | | [ ] DRAC build with Dynamic Relay Authorization | | | | [ ] FULL_POPD_DEBUG build with more verbose debugging | | | | [X] PAM build with PAM authentication | | | | [ ] POPPASSD build the poppassd daemon | | | | [X] QPOPAUTH_SETUID install qpopauth setuid to pop user | | | | [ ] SAMPLE_POPUSERS build a default reject file | | | | [X] SHY_ENABLED hide qpopper version in POP3 banner | | | | [X] SSL build with SSL/TLS support | | | | [ ] STANDALONE_MODE build qpopper to be run without inetd | | | | [X] U_OPTION include support for user .qpopper-options | | | | | | | | | | +-+----------------------------------------------------------------+-+ | [ OK ] Cancel | `--------------------------------------------------------------------' I am trying to set it up so that port 110 requires APOP/AUTH (that works) and port 995 allows USER (clear-text-password) via SSL (fails; asks for APOP/AUTH, despite 'set' command in config file). I am running FreeBSD 6.2. I am trying to get help from Qualcomm, but I need to understand what is going on with the port vs ./configure in order to intelligently communicate with them.:) Can someone help? thanks, -Walter