| 1 | # |
|---|
| 2 | # Fichier de configuration de l'Arbre LDAP "postfix" pour AlternC |
|---|
| 3 | # $Id: postfix.conf,v 1.1 2003/04/03 18:45:13 jonathan Exp $ |
|---|
| 4 | # |
|---|
| 5 | |
|---|
| 6 | ####################################################################### |
|---|
| 7 | # ldbm database definitions |
|---|
| 8 | ####################################################################### |
|---|
| 9 | |
|---|
| 10 | # The backend type, ldbm, is the default standard |
|---|
| 11 | database ldbm |
|---|
| 12 | |
|---|
| 13 | # The base of your directory |
|---|
| 14 | suffix "dc=postfix,%%ldap_tree%%" |
|---|
| 15 | |
|---|
| 16 | # Where the database file are physically stored |
|---|
| 17 | directory "/var/alternc/ldap/postfix" |
|---|
| 18 | lastmod on |
|---|
| 19 | |
|---|
| 20 | rootdn "cn=root,dc=system,%%ldap_tree%%" |
|---|
| 21 | rootpw %%ldap_rootpwd%% |
|---|
| 22 | |
|---|
| 23 | # The userPassword by default can be changed |
|---|
| 24 | # by the entry owning it if they are authenticated. |
|---|
| 25 | # Others should not be able to see it, except the |
|---|
| 26 | # admin entry below |
|---|
| 27 | |
|---|
| 28 | access to dn=".*,dc=users,dc=postfix,%%ldap_tree%%" |
|---|
| 29 | by self read |
|---|
| 30 | by anonymous auth |
|---|
| 31 | |
|---|
| 32 | access to dn=".*,dc=postfix,%%ldap_tree%%" |
|---|
| 33 | by dn="cn=user,dc=system,%%ldap_tree%%" read |
|---|
| 34 | |
|---|
| 35 | defaultaccess none |
|---|
| 36 | |
|---|
| 37 | index objectClass pres,eq |
|---|
| 38 | index uid,status,mail pres,eq,sub |
|---|