From owner-freebsd-questions@FreeBSD.ORG Thu Sep 4 03:20:38 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A80A710657B0 for ; Thu, 4 Sep 2008 03:20:38 +0000 (UTC) (envelope-from ljfong@sdf.lonestar.org) Received: from sdf.lonestar.org (mx.freeshell.org [192.94.73.19]) by mx1.freebsd.org (Postfix) with ESMTP id 60EB58FC19 for ; Thu, 4 Sep 2008 03:20:38 +0000 (UTC) (envelope-from ljfong@sdf.lonestar.org) Received: from sdf.lonestar.org (IDENT:ljfong@sverige.freeshell.org [192.94.73.4]) by sdf.lonestar.org (8.14.2/8.13.8) with ESMTP id m843KZgs008750 for ; Thu, 4 Sep 2008 03:20:35 GMT Received: (from ljfong@localhost) by sdf.lonestar.org (8.14.2/8.12.8/Submit) id m843KZxG011769 for freebsd-questions@freebsd.org; Wed, 3 Sep 2008 20:20:35 -0700 (MST) Date: Wed, 3 Sep 2008 20:20:35 -0700 From: Hong To: FreeBSD Questions List Message-ID: <20080904032035.GA8154@SDF.LONESTAR.ORG> Mail-Followup-To: Hong , FreeBSD Questions List References: <20080902234833.GA19065@SDF.LONESTAR.ORG> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080902234833.GA19065@SDF.LONESTAR.ORG> User-Agent: Mutt/1.5.18 (2008-05-17) Subject: Re: Maildrop with MySQL look-up? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2008 03:20:38 -0000 Found out how to do it: # portinstall mail/maildrop -m "WITH_AUTHLIB=YES" Choose MySQL as one of the possible authentication methods in the config choices. Hong On Tue, Sep 02, 2008 at 04:48:33PM -0700, Hong wrote: > Hi, > > How do I enable MySQL look-up when I install maildrop from the port system? I > looked at the Makefile: > > # New ports collection makefile for: maildrop > # Date created: 16 November 1998 > # Whom: Tom Hukins > # > # $FreeBSD: ports/mail/maildrop/Makefile,v 1.50 2008/08/21 06:17:37 rafan Exp $ > # > > # The following compile-time options are available: > # WITH_AUTHLIB=yes Enable optional support for Courier Auth Library > # WITH_FAM=yes Enable optional support for File Alteration Monitor > # WITH_GDBM=yes Enable database extensions using GDBM (default: off) > # MAILDROP_SUID=, > # MAILDROP_SGID= Maildrop will be installed with suid permissions for > # MAILDROP_SUID, and sgid permissions for MAILDROP_SGID. > # MAILDROP_TRUSTED_USERS= Specify users allowed to use the -d option > # NO_MAILWRAPPER=yes If defined, let configure guess which sendmail binary > # to use > > There doesn't seem to be a way to enable mysql for the maildrop in the port system directly. > > Thanks, > > Hong