Sign inSign up

jsmitsnl/docker-openldap-postfix-book

By jsmitsnl

Updated over 7 years ago

Openldap with the postfix-book schema

Image
1

100K+

jsmitsnl/docker-openldap-postfix-book repository overview

docker-email-autodiscover

Docker Pulls Docker layers Github Stars Github Stars Github Forks

This service is used for images that need basic ldap functionallity but with the postfix-book schema. The image is compatible with for example the tvial/docker-mailserver image. Dockerhub autobuilds a new image when the ldap source is updated so we stay up to date when there are changes.

Usage

Get the latest image
docker pull jsmitsnl/docker-openldap-postfix-book:latest
Usage
version: '2.1'

# Services
services:

  ldap:
    restart: always
    image: jsmitsnl/docker-openldap-postfix-book:latest
    hostname: ldap
    domainname: domain.com
    container_name: ldap
    volumes:
      - ./data:/var/lib/ldap
      - ./slapd.d:/etc/ldap/slapd.d
    environment:
      - LDAP_ORGANISATION=company
      - LDAP_DOMAIN=domain.com
      - LDAP_ADMIN_PASSWORD=password
      - LDAP_LOG_LEVEL=-1

Tag summary

Content type

Image

Digest

Size

78 MB

Last updated

over 7 years ago

docker pull jsmitsnl/docker-openldap-postfix-book