Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update default RedHat master.cf #417

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion templates/master.cf.redhat.erb
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,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
Expand All @@ -57,7 +58,8 @@ local unix - n n - - local
virtual unix - n n - - virtual
lmtp unix - - <%= @jail %> - - lmtp
anvil unix - - <%= @jail %> - 1 anvil
scache unix - - <%= @jail %> - 1 scache
scache unix - - <%= @jail %> - 1 scache
postlog unix-dgram n - <%= @jail %> - 1 postlogd
#
# ====================================================================
# Interfaces to non-Postfix software. Be sure to examine the manual
Expand Down