GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
LDAP_ALIAS_MANAGER.CONF(5) sympa 6.2.76 LDAP_ALIAS_MANAGER.CONF(5)

ldap_alias_manager.conf - Configuration of LDAP alias management

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 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.

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

$SYSCONFDIR/ldap_alias_manager.conf
Configuration file.

ldap_alias_manager(8).

2025-02-03 6.2.76

Search for    or go to Top of page |  Section 5 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.