On n'autorise plus le smtp vers l'extrieur par dfaut.
darcs-hash:20061120003003-68412-2c4ac0e94b138d66ceba8ea41ca4b0200ce58bdd.gz
This commit is contained in:
parent
a4393f4abe
commit
2aa2d53be7
1 changed files with 1 additions and 1 deletions
|
@ -458,7 +458,7 @@ class firewall_komaz(firewall_crans) :
|
||||||
|
|
||||||
# Ports ouverts
|
# Ports ouverts
|
||||||
ports_default = { 'tcp_EXT_VERS_CRANS' : [ '22' ],
|
ports_default = { 'tcp_EXT_VERS_CRANS' : [ '22' ],
|
||||||
'tcp_CRANS_VERS_EXT': [ ':79', '81:134', '136', '140:444', '446:'],
|
'tcp_CRANS_VERS_EXT': [ ':24', '26:79', '81:134', '136', '140:444', '446:'],
|
||||||
'udp_EXT_VERS_CRANS' : [ ],
|
'udp_EXT_VERS_CRANS' : [ ],
|
||||||
'udp_CRANS_VERS_EXT': [ ':136','140:'] }
|
'udp_CRANS_VERS_EXT': [ ':136','140:'] }
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue