Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Dockerfiles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Picasoft
Technique
Dockerfiles
Commits
1fc83fe9
Unverified
Commit
1fc83fe9
authored
6 years ago
by
Thomas Picouet
Committed by
Rémy Huet
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
MTA - ajout de opendkim et MAJ du README
parent
818d428d
No related branches found
No related tags found
1 merge request
!20
pica-mailnt
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pica-mail-mta/Dockerfile
+1
-1
1 addition, 1 deletion
pica-mail-mta/Dockerfile
pica-mail-mta/sasl-test/README.md
+1
-1
1 addition, 1 deletion
pica-mail-mta/sasl-test/README.md
with
2 additions
and
2 deletions
pica-mail-mta/Dockerfile
+
1
−
1
View file @
1fc83fe9
...
...
@@ -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/
*
...
...
This diff is collapsed.
Click to expand it.
pica-mail-mta/sasl-test/README.md
+
1
−
1
View file @
1fc83fe9
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment