Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 May 2016 15:10:37 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r415940 - head
Message-ID:  <201605271510.u4RFAbqQ018460@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Fri May 27 15:10:37 2016
New Revision: 415940
URL: https://svnweb.freebsd.org/changeset/ports/415940

Log:
  Add instructions for recent changes to opensmtpd extras, requiring
  users to separate arguments with quotes, and to place everything into
  a chroot.
  
  Many thanks to fluffy for figuring out these solutions.

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Fri May 27 14:46:46 2016	(r415939)
+++ head/UPDATING	Fri May 27 15:10:37 2016	(r415940)
@@ -5,6 +5,24 @@ they are unavoidable.
 You should get into the habit of checking this file for changes each time
 you update your ports collection, before attempting any port upgrades.
 
+20160527
+  AFFECTS: Users of mail/opensmtpd-extras (any of them)
+  AUTHOR: adamw@FreeBSD.org
+
+  The invocation for extras has changed. Some extras might fail unless
+  you pass all options/arguments separated by quotes:
+
+      filter myfilter dnsbl "-c /var/chroot/dnsbl" "-h my.dnsbl.com"
+  
+  Additionally, extras now run in a chroot. Either pass "-C" to skip the
+  chroot entirely (not recommended), or put all required config files,
+  resolv.conf, and external binaries into the chroot. For example:
+
+      # mkdir -p /var/chroot/dnsbl/etc
+      # cp /etc/resolv.conf /var/chroot/dnsbl/etc
+
+      And pass "-c /var/chroot/dnsbl" to the filter.
+
 20160526:
   AFFECTS: Users of mail/opensmtpd
   AUTHOR: brnrd@FreeBSD.org



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