From owner-svn-ports-all@freebsd.org Mon Jan 4 07:25:35 2016 Return-Path: Delivered-To: svn-ports-all@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 72EE7A604E2; Mon, 4 Jan 2016 07:25:35 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pf0-x230.google.com (mail-pf0-x230.google.com [IPv6:2607:f8b0:400e:c00::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 4AC711D44; Mon, 4 Jan 2016 07:25:35 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pf0-x230.google.com with SMTP id 65so153025435pff.3; Sun, 03 Jan 2016 23:25:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=lHXYIFa8kSN2h0hfVBHX75Ttjo7C3stkF3IQZQkNEU4=; b=tnFb01pOupClXHQ0qg4vcS1NTba3us61qWB6M9KFw2JQu5vtvk7+Y+35C3fuozJl3d AKw2PhNp7qLXoEXP031UDQFUAVBPwdaLMh4Qn3vAcXR6zkhxXpU5ERjDiYcQ833ntKJX 3beR7jhHwpxjZiwO4RzxKLAFOFMBqHuYfBU8u6lqXxsgZcw1j32GDcHf3C1E26igWA4h 5cMbYcohseLT5E1qH1SwVvcPZoChwxOuM+p11iK4FJv+UG7T76Ze/DCWqObYFoWUFjbi lsR9/x2D+PTLAW1G6/VgsgL2WbMBfZcbhFmCb/yQDjE+JNfTqNsa7UgyOUhXg4jc/svf K3yw== X-Received: by 10.98.66.137 with SMTP id h9mr123488269pfd.80.1451892334840; Sun, 03 Jan 2016 23:25:34 -0800 (PST) Received: from ?IPv6:2001:44b8:31ae:7b01::4? (2001-44b8-31ae-7b01-0000-0000-0000-0004.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01::4]) by smtp.gmail.com with ESMTPSA id fe6sm123645423pab.40.2016.01.03.23.25.32 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 03 Jan 2016 23:25:34 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r405217 - head/mail/emailrelay References: <201601040710.u047AFXp083132@repo.freebsd.org> To: Martin Wilke , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <568A1E69.6050001@FreeBSD.org> Date: Mon, 4 Jan 2016 18:25:29 +1100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Thunderbird/43.0 MIME-Version: 1.0 In-Reply-To: <201601040710.u047AFXp083132@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jan 2016 07:25:35 -0000 On 4/01/2016 6:10 PM, Martin Wilke wrote: > Author: miwi > Date: Mon Jan 4 07:10:15 2016 > New Revision: 405217 > URL: https://svnweb.freebsd.org/changeset/ports/405217 > > Log: > - Make IPV6 optional > > On system without any IPv6 addresses emailrelay fails to start with messages: > # service emailrelay start > emailrelay: error: cannot bind the listening port: :::25 > emailrelay: exception: cannot bind the listening port: :::25 > /usr/local/etc/rc.d/emailrelay: WARNING: failed to start emailrelay > > PR: 204126 > Submitted by: Dmitry Afanasiev > Approved by: maintainer timeout > MFH please