table of contents
LDAP_ALIAS_MANAGER.CONF(5) | sympa 6.2.70 | LDAP_ALIAS_MANAGER.CONF(5) |
NAME¶
ldap_alias_manager.conf - Configuration of LDAP alias management
DESCRIPTION¶
ldap_alias_manager.conf is used by the ldap_alias_manager(8); it allows one to manage mail aliases in an LDAP directory. To make sympa use the ldap_alias_manager.pl script, you should edit the 'alias_manager' sympa.conf(5) parameter.
Format of ldap_alias_manager.conf is as following:
- Lines beginning with "#" and containing only spaces are ignored.
- Each line has the form "parameter value". value may contain spaces but may not contain newlines.
Parameters¶
- ldap_host <host>
- Mandatory. LDAP server host.
Example:
ldap_host ldap.example.com - ldap_bind_dn <distinguished name>
- Mandatory. LDAP bind DN.
Example:
ldap_bind_dn cn=sympa,ou=services,dc=example,dc=com - ldap_bind_pwd <secret>
- Mandatory. LDAP bind password.
Example:
ldap_bind_pwd secret - ldap_base_dn <distinguished name>
- Mandatory. LDAP base DN.
Example:
ldap_base_dn ou=mail,dc=example,dc=com - ldap_mail_attribute <attribute name>
- Mandatory. LDAP mail attribute.
Example:
ldap_mail_attribute mail - ldap_ssl <0/1>
- Mandatory. Use TLS (SSL) for connection to LDAP server.
Example:
ldap_ssl 0 - ldap_ssl_version <sslv2 /sslv3 / tlsv1 / tlsv1_1 / tlsv1_2>
- Mandatory if "ldap_ssl" is
1. Protocol version of TLS.
Example:
ldap_ssl_version tlsv1 - ldap_cachain <file path>
- LDAP CA chain file
Example:
ldap_cachain /etc/ldap/cert/cachain.pem - queue_transport <name>
- Mandatory. Postfix transport parameter for queue
Example:
queue_transport sympa - bouncequeue_transport <name>
- Mandatory. Postfix transport parameter for bouncequeue
Example:
bouncequeue_transport sympabounce
FILES¶
- $SYSCONFDIR/ldap_alias_manager.conf
- Configuration file.
SEE ALSO¶
ldap_alias_manager(8).
2023-01-26 | 6.2.70 |