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

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

$SYSCONFDIR/ldap_alias_manager.conf
Configuration file.

ldap_alias_manager(8).
2021-04-27 6.2.62

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.