Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
compose.libre.sh
Manage
Activity
Members
Labels
Plan
Issues
18
Issue boards
Milestones
Wiki
Code
Merge requests
3
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
libre.sh
compose.libre.sh
Commits
30f95bfe
Commit
30f95bfe
authored
10 years ago
by
Michiel de Jong
Browse files
Options
Downloads
Patches
Plain Diff
script for postfix-forwarder (TODO: move to confd)
parent
a4731246
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/postfix-forwarder.sh
+5
-0
5 additions, 0 deletions
scripts/postfix-forwarder.sh
with
5 additions
and
0 deletions
scripts/postfix-forwarder.sh
0 → 100755
+
5
−
0
View file @
30f95bfe
#!/bin/bash -eux
docker stop postfix-forwarder
docker
rm
postfix-forwarder
docker run
-p
25:25
-d
--name
=
"postfix-forwarder"
-v
/data/server-wide/postfix:/data indiehosters/postfix-forwarder
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