ports/87912: Update port: mail/postfix-policyd-weight Version 0.1.10 to 0.1.11

Robert Felber robtone at ek-muc.de
Mon Oct 24 09:10:13 UTC 2005


>Number:         87912
>Category:       ports
>Synopsis:       Update port: mail/postfix-policyd-weight Version 0.1.10 to 0.1.11
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 24 09:10:11 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Robert Felber
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
Autohaus Erich Kuttendreier (Ford Main Dealer Munich)
>Environment:
System: FreeBSD 5.3-STABLE
>Description:

Ports Makefile changes: mail/postfix-current/ to mail/postfix/

0.1.11 beta

- (fix) Using of appropriate methods for fetching truncated packets via TCP
  Net::DNS version < 0.50: igntc() (ignore truncated packets)
  Net::DNS version >= 0.50 force_v4() (force IPv4 usage)
- X-policyd-weight header for multirecipient mail is now inserted only once
- Caching of spam-results happens only if no DNS error (timeout) occured
- RHSBL results are appended at the reject-message
- Messages to STDERR end now in nirvana to don't confuse the SMTPD
  STDERR messages caused by a die() end up in syslog
- Config errors end in syslog, if config file couldn't be loaded due to a syntax
  error then we fall back to builtin defaults and append a message to 
  X-policyd-weight header.
- Scores for from_match_regex_unverified_helo and helo_ip_in_cl16_subnet 
  adjusted to let pass msn.com mail relayed via hotmail.com
- Order and scores for RHSBL entries adjusted
- (fix) The special recipients postmaster and abuse pass now with DUNNO instant.
  This was not the case for virtual domains.
- (fix) The array for the reverse IP lookup result was build wrong, in some
  circumstances this may lead to an empty array and thus some _badly_ configured
  mailer with incorrect DNS (those with broken forward DNS) may have been 
  blocked.
- (fix) NULL (<>) Sender now pass (RFC compliance)
- LOG_BAD_RBL_ONLY added which logs only successfull RBL hits. If there was
  no RBL hit, but the "good" score was not equal zero, it is logged though.
  Default is 1 (ON).

>How-To-Repeat:
	
>Fix:

--- postfix-policyd-weight-0.1.11.diff begins here ---
diff -ruN /usr/ports/mail/postfix-policyd-weight/Makefile postfix-policyd-weight-0.1.11/Makefile
--- /usr/ports/mail/postfix-policyd-weight/Makefile	Tue Sep  6 10:27:14 2005
+++ postfix-policyd-weight-0.1.11/Makefile	Mon Oct 24 10:55:40 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	policyd-weight
-PORTVERSION=	0.1.10
+PORTVERSION=	0.1.11
 CATEGORIES=	mail
 MASTER_SITES=	http://robtone.mine.nu/postfix/releases/
 PKGNAMEPREFIX=	postfix-
@@ -15,7 +15,7 @@
 COMMENT=	Weighted policy daemon for postfix
 
 RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
-		postfix:${PORTSDIR}/mail/postfix-current
+		postfix:${PORTSDIR}/mail/postfix
 
 SUB_FILES=	pkg-message
 PLIST_FILES=	libexec/postfix/${PORTNAME} etc/${PORTNAME}.conf.sample
diff -ruN /usr/ports/mail/postfix-policyd-weight/distinfo postfix-policyd-weight-0.1.11/distinfo
--- /usr/ports/mail/postfix-policyd-weight/distinfo	Tue Sep  6 10:27:14 2005
+++ postfix-policyd-weight-0.1.11/distinfo	Mon Oct 24 10:49:12 2005
@@ -1,2 +1,2 @@
-MD5 (policyd-weight-0.1.10.tar.gz) = 5b22ce03770d8f6e62e37dbdd9954260
-SIZE (policyd-weight-0.1.10.tar.gz) = 19083
+MD5 (policyd-weight-0.1.11.tar.gz) = 1d4ad10437054bf47e781265c2e2e9d3
+SIZE (policyd-weight-0.1.11.tar.gz) = 20139
--- postfix-policyd-weight-0.1.11.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list