Skip to content
Snippets Groups Projects
Commit c6bf185c authored by Till Brehm's avatar Till Brehm
Browse files

Added SSL SMTP port 465 to default ports in ISPConfig Firewall.

parent 70c53657
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ $form["tabs"]['firewall'] = array (
'regex' => '/^[\s0-9\,\:]{0,255}$/',
'errmsg'=> 'tcp_ports_error_regex'),
),
'default' => '20,21,22,25,53,80,110,143,443,587,993,995,3306,8080,8081,10000',
'default' => '20,21,22,25,53,80,110,143,443,465,587,993,995,3306,8080,8081,10000',
'value' => '',
'width' => '30',
'maxlength' => '255'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment