From owner-freebsd-questions@FreeBSD.ORG Fri Oct 3 15:27:16 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A1766C7C for ; Fri, 3 Oct 2014 15:27:16 +0000 (UTC) Received: from mail-lb0-x234.google.com (mail-lb0-x234.google.com [IPv6:2a00:1450:4010:c04::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2EC82C5A for ; Fri, 3 Oct 2014 15:27:16 +0000 (UTC) Received: by mail-lb0-f180.google.com with SMTP id f15so1180028lbj.25 for ; Fri, 03 Oct 2014 08:27:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=DZLHqWlbYeaiAeMksd/zA1eLFU72E44rtq3FNe++LcU=; b=oRf8Mp2PsmeQ4Wv74xWb+Ky1IyBuVu9KqoXiSmt6yTV1m+yeQaRd/Jyuxkz2ppfpqK QqnSo9bJ4DQVQH5THErYlcbQ0xUvBF99IznlHF9oo80qELkuhIjf8rEZFdFiKJDexk6e 6nrAGfGFg76z8FaGgWBdGI0gziKLFuXu7Il44iVVHevOUUaqIjpnH9vaWdV79DwzRw5x iaLXzfbz5yQetviYErYegv6KQjp3WRVd14zHtD9v57LPt7WaBJCvUraJtUKgX1Z8NwXP GjwlTfqDj+Rj4EC8zpzQyeX4hw/rRKm4RHbt0RkP7WWDhYhMDcTsMcX4iidyxGhGAT15 OHaA== MIME-Version: 1.0 X-Received: by 10.112.142.33 with SMTP id rt1mr6202451lbb.69.1412350033862; Fri, 03 Oct 2014 08:27:13 -0700 (PDT) Received: by 10.25.155.80 with HTTP; Fri, 3 Oct 2014 08:27:13 -0700 (PDT) Date: Fri, 3 Oct 2014 11:27:13 -0400 Message-ID: Subject: postfix supported lookup table types (postconf -m) From: alexus To: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 15:27:16 -0000 I'm trying to get "postfix-tls" package going on my system. Unfortunately package doesn't support mysql, so I'm out of luck in that regards unless I go "/usr/ports" route, which I dont really want to go as binary packages are a lot easier to maintain for me at least. [alexus@alexus ~]$ uname -a FreeBSD alexus.org 9.2-RELEASE-p5 FreeBSD 9.2-RELEASE-p5 #0 r265974: Wed May 14 07:57:04 PDT 2014 root@jj3.myibay.com:/usr/obj/usr/src/sys/R610 amd64 [alexus@alexus ~]$ postconf -m btree cidr environ fail hash internal memcache pcre proxy regexp socketmap static tcp texthash unix [alexus@alexus ~]$ I'm just _REALLY_ wish FreeBSD would comes with it as RHEL RPM package comes with "mysql" support. [alexus@wcmisdlin02 ~]$ uname -a Linux wcmisdlin02.uftmasterad.org 2.6.32-431.29.2.el6.x86_64 #1 SMP Tue Sep 9 13:45:55 CDT 2014 x86_64 x86_64 x86_64 GNU/Linux [alexus@wcmisdlin02 ~]$ postconf -m btree cidr environ hash ldap mysql nis pcre proxy regexp static unix [alexus@wcmisdlin02 ~]$ I wrote email to maintainer of postfix-tls, hopefully he'll reconsider or would create separate package with "mysql" support as well. mean while ... I guess my only option is "poudriere"