source: install/scripts/etc/ldap/conf/postfix.conf @ 24

Revision 24, 1.1 KB checked in by anarcat, 7 years ago (diff)

[project @ alternc: changeset 2003-04-03 18:44:58 by jonathan]
Ajout de fichiers manquant dans install/scripts/etc/apache

Original author: jonathan
Date: 2003-04-03 18:45:25

Line 
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
11database        ldbm
12
13# The base of your directory
14suffix          "dc=postfix,%%ldap_tree%%"
15
16# Where the database file are physically stored
17directory       "/var/alternc/ldap/postfix"
18lastmod on
19
20rootdn "cn=root,dc=system,%%ldap_tree%%"
21rootpw %%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
28access to dn=".*,dc=users,dc=postfix,%%ldap_tree%%"
29        by self read
30        by anonymous auth
31
32access to dn=".*,dc=postfix,%%ldap_tree%%"
33        by dn="cn=user,dc=system,%%ldap_tree%%" read
34
35defaultaccess none
36
37index  objectClass       pres,eq
38index  uid,status,mail   pres,eq,sub
Note: See TracBrowser for help on using the repository browser.