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:
Responsible Changed From-To: freebsd-ports-bugs->beech I'll take it
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"
State Changed From-To: open->closed Committed, Thanks!