From owner-freebsd-questions@FreeBSD.ORG Wed Sep 3 00:00:11 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 AFDAE106567E for ; Wed, 3 Sep 2008 00:00:11 +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 7731C8FC13 for ; Wed, 3 Sep 2008 00:00:11 +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 m82NmYUh017803 for ; Tue, 2 Sep 2008 23:48:34 GMT Received: (from ljfong@localhost) by sdf.lonestar.org (8.14.2/8.12.8/Submit) id m82NmYmu016486 for freebsd-questions@freebsd.org; Tue, 2 Sep 2008 16:48:34 -0700 (MST) Date: Tue, 2 Sep 2008 16:48:34 -0700 From: Hong To: FreeBSD Questions List Message-ID: <20080902234833.GA19065@SDF.LONESTAR.ORG> Mail-Followup-To: Hong , FreeBSD Questions List MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) Subject: 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: Wed, 03 Sep 2008 00:00:11 -0000 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