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

MTA - ajout de opendkim et MAJ du README

parent 818d428d
No related branches found
No related tags found
1 merge request!20pica-mailnt
......@@ -8,7 +8,7 @@ ENV DEBIAN_FRONTEND noninteractive
#installation des paquets debian
RUN apt-get update -y \
&& apt-get install -y \
postfix postfix-ldap libsasl2-modules postfix sasl2-bin \
postfix postfix-ldap libsasl2-modules postfix sasl2-bin opendkim \
&& rm -rf /var/lib/apt/lists/*
......
......@@ -4,7 +4,7 @@ Il peut être compilé et lancé ainsi:
```
docker build -t pica-mail-mta-sasl-test .
docker run -it --network local-mail-delivery pica-mail-mta-sasl-test [ldap|pam|imap]
docker run -it --network local-mail-delivery --mount source=mail-mta-log,target=/var/log --mount source=mail-mta-dmarc,target=/pica-dmarc pica-mail-mta-sasl-test [ldap|pam|imap]
```
Sans argument, le comportement par défaut est PAM.
......
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