Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
P
Puppet Camptocamp Postfix
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Projets publics
Puppet Camptocamp Postfix
Commits
6e6c6c96
Commit
6e6c6c96
authored
Jul 26, 2019
by
Fabien COMBERNOUS
Committed by
Raphaël Pinson
Jul 26, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add retry and proxywrite for debian family OSes (#253)
parent
b3e39c9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
templates/master.cf.debian.erb
templates/master.cf.debian.erb
+2
-0
No files found.
templates/master.cf.debian.erb
View file @
6e6c6c96
...
...
@@ -41,6 +41,7 @@ trace unix - - <%= @jail %> - 0 bounce
verify unix - -
<%=
@jail
%>
- 1 verify
flush unix n -
<%=
@jail
%>
1000? 0 flush
proxymap unix - - n - - proxymap
proxywrite unix - - n - 1 proxymap
smtp unix - -
<%=
@jail
%>
- - smtp
# When relaying mail as backup MX, disable fallback_relay to avoid MX loops
relay unix - -
<%=
@jail
%>
- - smtp
...
...
@@ -48,6 +49,7 @@ relay unix - - <%= @jail %> - - smtp
# -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
showq unix n -
<%=
@jail
%>
- - showq
error unix - -
<%=
@jail
%>
- - error
retry unix - -
<%=
@jail
%>
- - error
discard unix - -
<%=
@jail
%>
- - discard
local unix - n n - - local
virtual unix - n n - - virtual
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment