Skip to content

johansmitsnl/docker-openldap-postfix-book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published