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-aliases.cf/gen.py
Normal file
7
Python/etc/postfix/ldap-aliases.cf/gen.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
# -*- mode: python; coding: utf-8 -*-
|
||||
|
||||
header("Recherche des alias dans la base ldap.")
|
||||
|
||||
query="(|(mailAlias=%s)(canonicalAlias=%s))"
|
||||
result="uid"
|
||||
dump("template/postfix/ldap")
|
Loading…
Add table
Add a link
Reference in a new issue