Bug 123544 - New port: mail/postfix-postfwd A postfix firewall policy daemon
Summary: New port: mail/postfix-postfwd A postfix firewall policy daemon
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: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-09 06:50 UTC by Sahil Tandon
Modified: 2008-05-21 03:00 UTC (History)
0 users

See Also:


Attachments
file.shar (5.40 KB, text/plain)
2008-05-09 06:50 UTC, Sahil Tandon
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sahil Tandon 2008-05-09 06:50:01 UTC
The program uses the postfix policy delegation protocol to control access to 
the mail system before a message has been accepted (please visit 
http://www.postfix.org/SMTPD_POLICY_README.html for more information). It 
allows you to choose an action (e.g. reject, dunno) for a combination of 
several smtp parameters (like sender and recipient address, size or the 
client's TLS fingerprint).

WWW:    http://www.postfwd.org/

Fix: The output of shar (piped to a .txt file) is attached.  Output of portlint (just for reference, in case the .txt is mangled by the web form):

bulwark# portlint postfix-postfwd
WARN: Makefile: only one MASTER_SITE configured.  Consider adding additional mirrors.
0 fatal errors and 1 warning found.

Patch attached with submission follows:
Comment 1 Beech Rintoul freebsd_committer freebsd_triage 2008-05-09 06:59:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

I'll take it
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-05-21 02:54:50 UTC
beech       2008-05-21 01:54:46 UTC

  FreeBSD ports repository

  Modified files:
    mail                 Makefile 
  Added files:
    mail/postfix-postfwd Makefile distinfo pkg-descr 
    mail/postfix-postfwd/files pkg-message.in postfwd.in 
  Log:
  - New port: mail/postfix-postfwd A postfix firewall policy daemon
  
  The program uses the postfix policy delegation protocol to control access to
  the mail system before a message has been accepted (please visit
  http://www.postfix.org/SMTPD_POLICY_README.html for more information). It
  allows you to choose an action (e.g. reject, dunno) for a combination of
  several smtp parameters (like sender and recipient address, size or the
  client's TLS fingerprint).
  
  PR:             ports/123544
  Submitted by:   Sahil Tandon <sahil at tandon.net>
  
  Revision  Changes    Path
  1.911     +1 -0      ports/mail/Makefile
  1.1       +53 -0     ports/mail/postfix-postfwd/Makefile (new)
  1.1       +3 -0      ports/mail/postfix-postfwd/distinfo (new)
  1.1       +27 -0     ports/mail/postfix-postfwd/files/pkg-message.in (new)
  1.1       +45 -0     ports/mail/postfix-postfwd/files/postfwd.in (new)
  1.1       +8 -0      ports/mail/postfix-postfwd/pkg-descr (new)
_______________________________________________
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 Beech Rintoul freebsd_committer freebsd_triage 2008-05-21 02:55:26 UTC
State Changed
From-To: open->closed

Committed, Thanks!