From owner-freebsd-ports@freebsd.org Fri Oct 16 08:02:57 2015 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09388A16582 for ; Fri, 16 Oct 2015 08:02:57 +0000 (UTC) (envelope-from timp87@gmail.com) Received: from mail-lf0-x230.google.com (mail-lf0-x230.google.com [IPv6:2a00:1450:4010:c07::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 87E261640; Fri, 16 Oct 2015 08:02:56 +0000 (UTC) (envelope-from timp87@gmail.com) Received: by lfaz124 with SMTP id z124so74216458lfa.1; Fri, 16 Oct 2015 01:02:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ky3lh9jNu1h2sZrkHiOWxpwk2Hd7hSBzwDkFRI56NAs=; b=yGHHag4bvr8cUFJoIZPX0Jxr9ICJxtoHSvUnfggDVChEq9OHktMi7fUAJIUZqM+I7s XBV0OHoCyCMaSC+z4IevlwdZQufEF1vkfFCuipRI+MZXV/8KDLQlsBzUc+hqdYwoFYDP XRJ32Kmfx3IGhbzgYsp4HeVA/XoiZN2Hd10v8/oyvXvAB/GQhBfEpHWgBcLTq9QoD2Y3 B7FS3ScZIdlrExqOlYeQHhB3tSMa8ZnD7imtS134IGfEkbKfNIoSk7/woSrI1eSaj38j 2IK/b1pQA8JhdGZuaCq8oM7vLfHWddCOlPaRZSqwicVm1x/lbQmZeOB6mT3qhlsv0Nvl adQg== MIME-Version: 1.0 X-Received: by 10.180.106.66 with SMTP id gs2mr3094309wib.14.1444982573798; Fri, 16 Oct 2015 01:02:53 -0700 (PDT) Received: by 10.28.11.129 with HTTP; Fri, 16 Oct 2015 01:02:53 -0700 (PDT) In-Reply-To: <20151016075657.GG19913@home.opsec.eu> References: <20151016075657.GG19913@home.opsec.eu> Date: Fri, 16 Oct 2015 11:02:53 +0300 Message-ID: Subject: Re: postfix options no honored by poudriere From: Pavel Timofeev To: Kurt Jaeger Cc: Jeremie Le Hen , ports-list freebsd Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Oct 2015 08:02:57 -0000 Hi! Good explanation, Kurt. Jeremie, as alternative you could just use poudriere to set options like # poudriere options -c mail/postfix See poudriere(8).