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
a1fa7324
Unverified
Commit
a1fa7324
authored
6 years ago
by
Roma
Committed by
Rémy Huet
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Création d'une image postfix minimale pour les tests saslauthd
parent
b6aeab11
No related branches found
Branches containing commit
No related tags found
1 merge request
!20
pica-mailnt
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pica-mail-mta/minimal-postfix/Dockerfile
+12
-0
12 additions, 0 deletions
pica-mail-mta/minimal-postfix/Dockerfile
with
12 additions
and
0 deletions
pica-mail-mta/minimal-postfix/Dockerfile
0 → 100644
+
12
−
0
View file @
a1fa7324
#Dockerfile pour le MTA et MSA de Picasoft
#actuellement basé sur postfix
From
debian
#lors de l'installation de postfix, par défaut, il y a des "fenêtres dans la console", ceci les désactive et utilise des réponses par défaut
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
\
&&
rm
-rf
/var/lib/apt/lists/
*
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