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
af49f704
Unverified
Commit
af49f704
authored
6 years ago
by
Roma
Committed by
Rémy Huet
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
bug sur la création de socket ipv4
parent
b669a164
No related branches found
Branches containing commit
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/entrypoint.sh
+2
-1
2 additions, 1 deletion
pica-mail-mta/entrypoint.sh
pica-mail-mta/test-auth_local_user/entrypoint2.sh
+2
-1
2 additions, 1 deletion
pica-mail-mta/test-auth_local_user/entrypoint2.sh
with
4 additions
and
2 deletions
pica-mail-mta/entrypoint.sh
+
2
−
1
View file @
af49f704
...
...
@@ -32,6 +32,7 @@ postconf -e "inet_protocols = ipv4"
#il est nécessaire de stopper le démon pour changer les sockets
postfix reload
postfix stop
service 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"
...
...
@@ -40,6 +41,6 @@ postconf -e "virtual_transport = lmtp:inet:${LMTP_LAN_HOSTNAME}:${LMTP_PORT}:pri
#démarrage premier plan
if
[
"
$1
"
!=
true
]
;
then
/usr/lib/postfix/sbin/master
-c
/etc/
postfix
-d
2>&1
service
postfix
stop
tail
-F
/var/log/mail.log
fi
This diff is collapsed.
Click to expand it.
pica-mail-mta/test-auth_local_user/entrypoint2.sh
+
2
−
1
View file @
af49f704
...
...
@@ -27,6 +27,7 @@ postfix stop
service rsyslog start
/usr/lib/postfix/sbin/master
-c
/etc/postfix
-d
2>&1
service postfix stop
service postfix start
tail
-F
/var/log/mail.log
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