6d67fab7e9
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>
8 lines
225 B
Text
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
|