説明なし

smtp.sls 224B

123456789101112
  1. iptables_input_smtp:
  2. iptables.insert:
  3. - require:
  4. - iptables: iptables_input_localhost
  5. - save: True
  6. - position: 2
  7. - table: filter
  8. - chain: INPUT
  9. - jump: ACCEPT
  10. - proto: tcp
  11. - dport: 25