2021-03-14 22:33:21 +01:00
|
|
|
postfix-iptables-iptables-chain-present-smtp-input:
|
2014-04-23 21:50:54 +02:00
|
|
|
iptables.chain_present:
|
2021-03-14 22:33:21 +01:00
|
|
|
- name: smtp.input
|
2014-04-23 21:50:54 +02:00
|
|
|
|
2021-03-14 22:33:21 +01:00
|
|
|
postfix-iptables-iptables-insert-smtp-iptables-tcp:
|
2014-04-23 21:50:54 +02:00
|
|
|
iptables.insert:
|
2021-03-14 22:33:21 +01:00
|
|
|
- name: smtp.iptables.tcp
|
2014-04-23 21:50:54 +02:00
|
|
|
- table: filter
|
|
|
|
- position: 1
|
|
|
|
- chain: smtp.input
|
|
|
|
- jump: ACCEPT
|
|
|
|
- match: state
|
|
|
|
- connstate: NEW,ESTABLISHED
|
|
|
|
- dport: 25
|
|
|
|
- proto: tcp
|
|
|
|
- save: True
|
|
|
|
|
2021-03-14 22:33:21 +01:00
|
|
|
postfix-iptables-iptables-insert-smtp-iptables-filter:
|
2014-04-23 21:50:54 +02:00
|
|
|
iptables.insert:
|
2021-03-14 22:33:21 +01:00
|
|
|
- name: smtp.iptables.filter
|
2014-04-23 21:50:54 +02:00
|
|
|
- table: filter
|
|
|
|
- position: 1
|
|
|
|
- chain: INPUT
|
|
|
|
- jump: smtp.input
|
|
|
|
- save: True
|