added imap port to firewall default values.
| | |
| | | $tcp_public_services = trim(str_replace(',',' ',$row["tcp_port"])); |
| | | $udp_public_services = trim(str_replace(',',' ',$row["udp_port"])); |
| | | } else { |
| | | $tcp_public_services = '21 22 25 53 80 110 443 3306 8080 10000'; |
| | | $tcp_public_services = '21 22 25 53 80 110 143 443 3306 8080 10000'; |
| | | $udp_public_services = '53'; |
| | | } |
| | | |
| | |
| | | 'regex' => '/^[\s0-9\,]{0,255}$/', |
| | | 'errmsg'=> 'tcp_ports_error_regex'), |
| | | ), |
| | | 'default' => '20,21,22,25,53,80,110,443,3306,8080,10000', |
| | | 'default' => '20,21,22,25,53,80,110,143,443,3306,8080,10000', |
| | | 'value' => '', |
| | | 'width' => '30', |
| | | 'maxlength' => '255' |