Skip to content

Commit

Permalink
add retry and proxywrite for debian family OSes (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan33l authored and raphink committed Jul 26, 2019
1 parent b3e39c9 commit 6e6c6c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/master.cf.debian.erb
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,15 @@ 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
-o fallback_relay=
# -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
Expand Down

0 comments on commit 6e6c6c9

Please sign in to comment.