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
b669a164
Unverified
Commit
b669a164
authored
6 years ago
by
Roma
Committed by
Rémy Huet
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
ipv4 dans le docker network
parent
297f7435
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/entrypoint.sh
+6
-2
6 additions, 2 deletions
pica-mail-mta/entrypoint.sh
with
6 additions
and
2 deletions
pica-mail-mta/entrypoint.sh
+
6
−
2
View file @
b669a164
...
...
@@ -26,8 +26,12 @@ postconf -e "smtpd_helo_restrictions = reject_invalid_helo_hostname, reject_non_
#d'autres RBL pour les requêtes de connexion au client
postconf
-e
"smtpd_client_restrictions = reject_rbl_client dnsbl.sorbs.net"
#configuration LDAP
#configuration du socket TCP/IP
#la résolution DNS ipv6 ne marche pas dans le docker network, et de toute façon y'aura que deux machines... rien de grave
postconf
-e
"inet_protocols = ipv4"
#il est nécessaire de stopper le démon pour changer les sockets
postfix reload
postfix stop
#configuration du local delivery agent sous la forme du serveur lmtp de dovecot connecté par socket ip (inet)
postconf
-e
"virtual_transport = lmtp:inet:
${
LMTP_LAN_HOSTNAME
}
:
${
LMTP_PORT
}
:private/dovecot-lmtp"
...
...
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