Commit 1562ab87d409e49f76d4a1943eeadc348cfde921
1 parent
635ed54c
Exists in
r5_design
and in
1 other branch
Allow SMTP connections from email to integration
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
cookbooks/firewall/templates/host-integration/iptables-filter.erb
| 1 | 1 | ||
| 2 | +# Allow SMTP connections | ||
| 3 | +-A INPUT -s <%= node['peers']['email'] %> -p tcp -m state --state NEW --dport 25 -j ACCEPT | ||
| 4 | + | ||
| 2 | # Allow HTTP access | 5 | # Allow HTTP access |
| 3 | -A INPUT -s <%= node['peers']['reverseproxy'] %> -p tcp -m state --state NEW -m multiport --dports 80,443 -j ACCEPT | 6 | -A INPUT -s <%= node['peers']['reverseproxy'] %> -p tcp -m state --state NEW -m multiport --dports 80,443 -j ACCEPT |
| 4 | 7 |