[postfix] Fichiers non utilisés.

This commit is contained in:
Pierre-Elliott Bécue 2014-10-09 18:22:00 +02:00
parent b35f75af22
commit 3d4d7c2549
2 changed files with 0 additions and 14 deletions

View file

@ -1,7 +0,0 @@
# -*- mode: python; coding: utf-8 -*-
header("Recherche des alias dans la base ldap.")
query="(|(mailAlias=%s)(canonicalAlias=%s))"
result="uid"
dump("template/postfix/ldap")

View file

@ -1,7 +0,0 @@
# -*- mode: python; coding: utf-8 -*-
header()
query="(&(|(canonicalAlias=%s)(mail=%s))(uid=*))"
result="mail"
dump("template/postfix/ldap")