Skip to content
Snippets Groups Projects
Unverified Commit a383bc54 authored by Thomas Picouet's avatar Thomas Picouet Committed by Rémy Huet
Browse files

docker-compose fonctionnel pour auth LDAP + changement entrypoint du MDA pour...

docker-compose fonctionnel pour auth LDAP + changement entrypoint du MDA pour que la dernire cmd appelée soit tail
parent 7bc4430d
No related branches found
No related tags found
1 merge request!20pica-mailnt
......@@ -13,7 +13,7 @@ services:
- /var/lib/docker/volumes/mail-mda-log/_data:/var/log
mail-mta-ldap:
build: ../pica-mail-mta/sasl-test
build: ../pica-mail-mta
image: pica-mail-mta:2
container_name: pica-mail-mta-ldap
networks:
......
......@@ -28,5 +28,8 @@ EOF
addgroup --gid 1000 vmail
adduser --system --disabled-login --home /home/vmail --no-create-home --ingroup vmail --uid 500 vmail
#lancer dovecot au premier plan
dovecot -F
#lancer dovecot
service dovecot start
# affichage des logs
tail -F /var/log/dovecot.log
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment