freebsd-ports/mail/py-ppolicy/files/pkg-message.in
Martin Wilke 6d67fab7e9 Modular Python Postfix Policy Server
Modular Python Postfix Policy Server is tool for extending Postfix
checking capabilities. It uses Postfix access policy delegation
(http://www.postfix.org/SMTPD_POLICY_README.html) to check incoming
SMTP request and accept or reject it according provided data. It can
reduce mailserver load with rejecting incorrect mail during SMTP
connection. It was made with stress to height reliability and performance
by providing caching of required data and results.

WWW: http://bimbo.fjfi.cvut.cz/ppolicy

PR:		ports/129256
Submitted by:	Chifeng QU <chifeng at gmail.com>
2008-11-29 20:18:39 +00:00

8 lines
225 B
Text

To use this from Postfix SMTPD, use in %%PREFIX%%/etc/postfix/main.cf:
smtpd_recipient_restrictions =
...
reject_unauth_destination
check_policy_service inet:127.0.0.1:10030
...
127.0.0.1:10030_time_limit = 3600