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>
11 lines
379 B
Text
11 lines
379 B
Text
--- ppolicy.tap.orig 2008-11-27 09:31:42.000000000 +0000
|
|
+++ ppolicy.tap 2008-11-27 09:32:20.000000000 +0000
|
|
@@ -20,7 +20,7 @@
|
|
|
|
# default config
|
|
config = {
|
|
- 'configFile' : '/etc/postfix/ppolicy.conf',
|
|
+ 'configFile' : '/usr/local/etc/ppolicy.conf',
|
|
'logLevel' : logging.WARN,
|
|
'admin' : 'postmaster',
|
|
'domain' : socket.gethostname(),
|