Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Nov 2013 15:00:01 GMT
From:      Jaap Akkerhuis <jaap@NLnetLabs.nl>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/183522: mail/opendmarc 1.1.3: no IPv6 socket
Message-ID:  <201311121500.rACF01M2055066@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/183522; it has been noted by GNATS.

From: Jaap Akkerhuis <jaap@NLnetLabs.nl>
To: bug-followup@FreeBSD.org, Edwin Groothuis <edwin@FreeBSD.org>
Cc: Olaf Zaplinski <olaf@zaplinski.de>
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311121500.rACF01M2055066>