Browse Source

installed ldap backends

tags/v1.4.0
Robin Thoni 6 years ago
parent
commit
56175126c8
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      dovecot/Dockerfile
  2. 1
    1
      postfix/Dockerfile

+ 1
- 1
dovecot/Dockerfile View File

@@ -5,7 +5,7 @@ MAINTAINER Robin Thoni <robin@rthoni.com>
5 5
 RUN groupadd -r email --gid=7788 && useradd -r -g email --uid=7788 email
6 6
 
7 7
 RUN apt-get update &&\
8
-    apt-get install -y dovecot-imapd dovecot-pop3d dovecot-sieve dovecot-managesieved dovecot-pgsql dovecot-lmtpd exim4 &&\
8
+    apt-get install -y dovecot-imapd dovecot-pop3d dovecot-sieve dovecot-managesieved dovecot-pgsql dovecot-ldap dovecot-lmtpd exim4 &&\
9 9
     apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
10 10
 
11 11
 RUN rm -rf /etc/dovecot/*

+ 1
- 1
postfix/Dockerfile View File

@@ -10,7 +10,7 @@ RUN echo "postfix postfix/main_mailer_type string Internet site" > preseed.txt &
10 10
 RUN debconf-set-selections preseed.txt
11 11
 
12 12
 RUN DEBIAN_FRONTEND=noninteractive apt-get update &&\
13
-    apt-get install -y postfix postfix-pgsql rsyslog &&\
13
+    apt-get install -y postfix postfix-pgsql postfix-ldap rsyslog &&\
14 14
     apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
15 15
 
16 16
 RUN rm -rf /etc/postfix/*

Loading…
Cancel
Save