From owner-freebsd-questions@FreeBSD.ORG Sat Aug 30 11:01:25 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 29DAC334 for ; Sat, 30 Aug 2014 11:01:25 +0000 (UTC) Received: from mail-ig0-x235.google.com (mail-ig0-x235.google.com [IPv6:2607:f8b0:4001:c05::235]) (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 E5CA61D3F for ; Sat, 30 Aug 2014 11:01:24 +0000 (UTC) Received: by mail-ig0-f181.google.com with SMTP id h15so3778365igd.8 for ; Sat, 30 Aug 2014 04:01:24 -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=EMRDDO3Yn0UeiMesWYK4rB3OYcA5j2SAMw2olr7zVL0=; b=Q/vNBfxrxIgee+VHzy3VeKtb6QsKFXnx1chX0ruAt+nikiOiP40gEH5Ao/IvF6i1z2 R0+09oo6lKIUo9tNRklXAwl18kEOh3npunv7f3OJfYItF1/gQ28ojXgTgiqixD4OhpbC MvGeHY7gknRMjoRk8Uw22WFZ/1qdT1mB75BVLwQ3wv8O6OS3SgCfsMWbtgnuGyCxkpLi 7/2cTVJSAFaUYL2wl6X2wqRjGnJURGFgxfJbReunxQa/GsLaLw8h9xJXFmySfWk5XCWE EJfM3KjPELmINxrV+NhTBXz5F9CflHatlM6iXhpWU3PnwJTFpZ2QOJK5DHIdMFW6Aqvt ugXg== MIME-Version: 1.0 X-Received: by 10.50.142.6 with SMTP id rs6mr10016679igb.39.1409396484315; Sat, 30 Aug 2014 04:01:24 -0700 (PDT) Received: by 10.107.15.1 with HTTP; Sat, 30 Aug 2014 04:01:24 -0700 (PDT) Date: Sat, 30 Aug 2014 13:01:24 +0200 Message-ID: Subject: Postfix Milter support From: Oriental Sensation 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: Sat, 30 Aug 2014 11:01:25 -0000 Hi all, I am wondering whether anybody had encountered this problem before: I am trying to install OpenDKIM with filter support (/usr/ports/mail/opendkim) and Postfix. However, the later cannot be installed alongside Sendmail while OpenDKIM requires it... So how exactly do I get Postfix and OpenDKIM w/milter playing together? Thanks in advance. /OS