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

montage de /DATA/docker/mail/opendkim dans /etc/opendkim au run

parent ac243ca3
No related branches found
No related tags found
1 merge request!20pica-mailnt
......@@ -4,7 +4,7 @@ Il peut être compilé et lancé ainsi:
```
docker build -t pica-mail-mta-sasl-test .
docker run -it --name pica-mail-mta-ldap --network local-mail-delivery --mount source=mail-mta-log,target=/var/log --mount source=mail-mta-dmarc,target=/etc/opendkim pica-mail-mta-sasl-test [ldap|pam|imap]
docker run -it --name pica-mail-mta-ldap --network local-mail-delivery --mount source=mail-mta-log,target=/var/log -v /DATA/docker/mail/opendkim:/etc/opendkim 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