[postfix] correction filtre pour contourneGreylist
This commit is contained in:
parent
8102caa912
commit
7f044ea82f
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
header("Test si le greylisting est active pour un certain compte.")
|
header("Test si le greylisting est active pour un certain compte.")
|
||||||
|
|
||||||
query="(|(uid=%u)(mailAlias=%u)(canonicalAlias=%u))"
|
query="(&(uid=*)(|(uid=%u)(mailAlias=%u@crans.org)(canonicalAlias=%u@crans.org)))"
|
||||||
result="contourneGreylist"
|
result="contourneGreylist"
|
||||||
dump("template/postfix/ldap")
|
dump("template/postfix/ldap")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue