Bug 139445 - [PATCH] mail/postfix-current: update to 2.7-20091008
Summary: [PATCH] mail/postfix-current: update to 2.7-20091008
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Marcus Alves Grando
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-09 03:40 UTC by Sahil Tandon
Modified: 2009-10-11 03:31 UTC (History)
0 users

See Also:


Attachments
file.diff (2.46 KB, patch)
2009-10-09 03:40 UTC, Sahil Tandon
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sahil Tandon 2009-10-09 03:40:04 UTC
Postfix snapshot 20091008 includes an updated version of the
postscreen daemon. This means it is no longer limited to the
non-production releases.

To make postscreen safe to deploy, it has a permanent whitelist
(default: $mynetworks) that avoids running SMTP protocol tests on
broken network appliances. It also has a permanent blacklist for
networks that you never want to talk to.

In the default "observation" mode, postscreen logs bad client
information but does not drop connections, and can be used to
"pre-fetch" DNSBL information in parallel.

In the non-default "enforcement mode", postscreen drops "bad"
clients, and thus off-loads the SMTP daemons. To make it generally
usable I still have to add the dummy SMTP protocol engine that logs
the senders and recipients of rejected connections. Hopefully that
will be in place later in the Postfix 2.7 development cycle.

Fix: Apply patch.

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-10-09 03:40:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mnag

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-10-11 03:27:48 UTC
mnag        2009-10-11 02:27:31 UTC

  FreeBSD ports repository

  Modified files:
    mail/postfix-current Makefile distinfo pkg-plist 
  Log:
  - Update to 2.7-20091008
  
  PR:             139445
  Submitted by:   Sahil Tandon <sahil___tandon.net>
  
  Revision  Changes    Path
  1.240     +3 -3      ports/mail/postfix-current/Makefile
  1.175     +3 -3      ports/mail/postfix-current/distinfo
  1.61      +4 -0      ports/mail/postfix-current/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Marcus Alves Grando freebsd_committer freebsd_triage 2009-10-11 03:31:19 UTC
State Changed
From-To: open->closed

Committed. Thanks!