removed --debug, --verbose
[ferm.git] / test / negative / SMTPS~T2
blobe418a5a756a7e2f8897715beff8cb7a9301ddcf8
1 set INTERNET eth0
3 set smtpServerInterno  10.1.4.100
5 option flushchains
6 option createchains
7 option automod
8 option iptables
10 table nat chain PREROUTING {
11         interface %INTERNET {
12                 protocol tcp {
13                         dport smtp DNAT %smtpServerInterno:28;
14                 }
15         }