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
372f05f8
Unverified
Commit
372f05f8
authored
6 years ago
by
Roma
Committed by
Rémy Huet
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Change default parameters for debug purposes
parent
b71034ac
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/Dockerfile
+2
-2
2 additions, 2 deletions
pica-mail-mta/Dockerfile
with
2 additions
and
2 deletions
pica-mail-mta/Dockerfile
+
2
−
2
View file @
372f05f8
...
...
@@ -16,7 +16,7 @@ RUN apt-get update -y \
#nom de domaine des courriers dont on est à l'origine (pour s'en réserver l'exclusivité)
ENV
MY_DOMAIN picasoft.net
#nom d'\hôte de la machine qui va faire tourner le MTA
ENV
MY_HOSTNAME pica01-test.
test.
picasoft.net
ENV
MY_HOSTNAME pica01-test.picasoft.net
#noms de domaines de courriers qu'on s'autorise à transmettre, séparés par des virgules (example.com, example2.com, example3.com)
ENV
RELAY_DOMAINS picasoft.net
...
...
@@ -40,7 +40,7 @@ ENV LDAP_VIRTUAL_MAILBOX_FILTER uid=%s
#Local Delivery (LMTP)
#adresse et port du LDA (dans notre cas, c'est le MDA Dovecot, embarqué dans un conteneur, et accessible à travers un docker network)
ENV
LMTP_LAN_HOSTNAME pica-mail-mda.local-mail-delivery
ENV
LMTP_LAN_HOSTNAME pica-mail-mda
-ldap
.local-mail-delivery
ENV
LMTP_PORT 24
#blacklist, peut être vide
...
...
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