1LDAP_ALIAS_MANAGER.CONF(5)       sympa 6.2.64       LDAP_ALIAS_MANAGER.CONF(5)
2
3
4

NAME

6       ldap_alias_manager.conf - Configuration of LDAP alias management
7

DESCRIPTION

9       ldap_alias_manager.conf is used by the ldap_alias_manager(8); it allows
10       one to manage mail aliases in an LDAP directory.  To make sympa use the
11       ldap_alias_manager.pl script, you should edit the 'alias_manager'
12       sympa.conf(5) parameter.
13
14       Format of ldap_alias_manager.conf is as following:
15
16       •   Lines beginning with "#" and containing only spaces are ignored.
17
18       •   Each line has the form "parameter value".  value may contain spaces
19           but may not contain newlines.
20
21   Parameters
22       ldap_host <host>
23           Mandatory. LDAP server host.
24
25           Example:
26             ldap_host ldap.example.com
27
28       ldap_bind_dn <distinguished name>
29           Mandatory. LDAP bind DN.
30
31           Example:
32             ldap_bind_dn cn=sympa,ou=services,dc=example,dc=com
33
34       ldap_bind_pwd <secret>
35           Mandatory. LDAP bind password.
36
37           Example:
38             ldap_bind_pwd secret
39
40       ldap_base_dn <distinguished name>
41           Mandatory. LDAP base DN.
42
43           Example:
44             ldap_base_dn ou=mail,dc=example,dc=com
45
46       ldap_mail_attribute <attribute name>
47           Mandatory. LDAP mail attribute.
48
49           Example:
50             ldap_mail_attribute mail
51
52       ldap_ssl <0/1>
53           Mandatory. Use TLS (SSL) for connection to LDAP server.
54
55           Example:
56             ldap_ssl 0
57
58       ldap_ssl_version <sslv2 /sslv3 / tlsv1 / tlsv1_1 / tlsv1_2>
59           Mandatory if "ldap_ssl" is 1. Protocol version of TLS.
60
61           Example:
62             ldap_ssl_version tlsv1
63
64       ldap_cachain <file path>
65           LDAP CA chain file
66
67           Example:
68             ldap_cachain /etc/ldap/cert/cachain.pem
69
70       queue_transport <name>
71           Mandatory. Postfix transport parameter for queue
72
73           Example:
74             queue_transport sympa
75
76       bouncequeue_transport <name>
77           Mandatory. Postfix transport parameter for bouncequeue
78
79           Example:
80             bouncequeue_transport   sympabounce
81

FILES

83       $SYSCONFDIR/ldap_alias_manager.conf
84           Configuration file.
85

SEE ALSO

87       ldap_alias_manager(8).
88
89
90
916.2.64                            2021-07-15        LDAP_ALIAS_MANAGER.CONF(5)
Impressum