Scroll to navigation

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

Mandatory. LDAP server host.

Example:
ldap_host ldap.example.com

Mandatory. LDAP bind DN.

Example:
ldap_bind_dn cn=sympa,ou=services,dc=example,dc=com

Mandatory. LDAP bind password.

Example:
ldap_bind_pwd secret

Mandatory. LDAP base DN.

Example:
ldap_base_dn ou=mail,dc=example,dc=com

Mandatory. LDAP mail attribute.

Example:
ldap_mail_attribute mail

Mandatory. Use TLS (SSL) for connection to LDAP server.

Example:
ldap_ssl 0

Mandatory if "ldap_ssl" is 1. Protocol version of TLS.

Example:
ldap_ssl_version tlsv1

LDAP CA chain file

Example:
ldap_cachain /etc/ldap/cert/cachain.pem

Mandatory. Postfix transport parameter for queue

Example:
queue_transport sympa

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