Skip to content

Commit c6bf185

Browse files
author
Till Brehm
committed
Added SSL SMTP port 465 to default ports in ISPConfig Firewall.
1 parent 70c5365 commit c6bf185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/admin/form/firewall.tform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
'regex' => '/^[\s0-9\,\:]{0,255}$/',
8080
'errmsg'=> 'tcp_ports_error_regex'),
8181
),
82-
'default' => '20,21,22,25,53,80,110,143,443,587,993,995,3306,8080,8081,10000',
82+
'default' => '20,21,22,25,53,80,110,143,443,465,587,993,995,3306,8080,8081,10000',
8383
'value' => '',
8484
'width' => '30',
8585
'maxlength' => '255'

0 commit comments

Comments
 (0)