Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
compose.libre.sh
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
Show more breadcrumbs
ecobytes
compose.libre.sh
Commits
233490d6
Commit
233490d6
authored
10 years ago
by
Pierre Ozoux
Browse files
Options
Downloads
Patches
Plain Diff
Persists email folder. Fixes
#20
parent
a203082b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dockerfiles/email/postfix/Dockerfile
+1
-1
1 addition, 1 deletion
dockerfiles/email/postfix/Dockerfile
unit-files/postfix.service
+1
-0
1 addition, 0 deletions
unit-files/postfix.service
with
2 additions
and
1 deletion
dockerfiles/email/postfix/Dockerfile
+
1
−
1
View file @
233490d6
...
...
@@ -17,7 +17,7 @@ COPY install.sh install.sh
RUN
chmod
755 /install.sh
VOLUME
["/var/spool/
mail
"]
VOLUME
["/var/spool/
postfix/
"]
EXPOSE
25
...
...
This diff is collapsed.
Click to expand it.
unit-files/postfix.service
+
1
−
0
View file @
233490d6
...
...
@@ -19,6 +19,7 @@ ExecStart=/usr/bin/docker run \
--name %p
\
-v /data/runtime/dev/log:/dev/log
\
-v /data/runtime/postfix/:/data
\
-v /data/runtime/postfix-spool/:/var/spool/postfix
\
-p 25:25
\
pierreozoux/postfix
ExecReload
=
/usr/bin/docker restart %p
...
...
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