Ajout de fichiers dans le plugins python.
darcs-hash:20071218042114-af139-8ce65c1c19fb24d871bddf18dfc29bd0627a40b1.gz
This commit is contained in:
parent
30982be082
commit
81ab684f93
12 changed files with 135 additions and 7 deletions
7
Python/etc/postfix/ldap-sqlgrey.cf/gen.py
Normal file
7
Python/etc/postfix/ldap-sqlgrey.cf/gen.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
# -*- mode: python; coding: utf-8 -*-
|
||||
|
||||
header("Test si le greylisting est active pour un certain compte.")
|
||||
|
||||
query="(|(uid=%u)(mailAlias=%u)(canonicalAlias=%u))"
|
||||
result="contourneGreylist"
|
||||
dump("template/postfix/ldap")
|
Loading…
Add table
Add a link
Reference in a new issue