Commit 1562ab87d409e49f76d4a1943eeadc348cfde921

Authored by Sergio Oliveira
1 parent 635ed54c

Allow SMTP connections from email to integration

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