From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 12 15:00:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5C44BDD0 for ; Tue, 12 Nov 2013 15:00:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4CA3A22D5 for ; Tue, 12 Nov 2013 15:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rACF01P3055067 for ; Tue, 12 Nov 2013 15:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rACF01M2055066; Tue, 12 Nov 2013 15:00:01 GMT (envelope-from gnats) Date: Tue, 12 Nov 2013 15:00:01 GMT Message-Id: <201311121500.rACF01M2055066@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Jaap Akkerhuis Subject: Re: ports/183522: mail/opendmarc 1.1.3: no IPv6 socket X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: Jaap Akkerhuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Nov 2013 15:00:02 -0000 The following reply was made to PR ports/183522; it has been noted by GNATS. From: Jaap Akkerhuis To: bug-followup@FreeBSD.org, Edwin Groothuis Cc: Olaf Zaplinski Subject: Re: ports/183522: mail/opendmarc 1.1.3: no IPv6 socket Date: Tue, 12 Nov 2013 15:57:21 +0100 Maintainer of mail/opendmarc, Please note that PR ports/183522 has just been submitted. I'm afraid that this a pilot error. (1) The specification in the config file is overwrritten by the startup script. One needs to change the this option in rc.conf as in: opendmarc_socketspec="inet:8893@localhost" (2) The quoted specification to use the ipv6 loopback address contains an error. It should be: opendmarc_socketspec="inet6:8893@[::1]" (note "inet6") and then one gets the desired result: netstat -a | grep 8893 tcp6 0 0 localhost.8893 *.* LISTEN Please close this PR jaap