Skip to content

Commit 1fa95b9

Browse files
Remove obsolete port 2525
1 parent 7815c27 commit 1fa95b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-add-firewall-chain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ is_system_enabled "$FIREWALL_SYSTEM" 'FIREWALL_SYSTEM'
4949
case $chain in
5050
SSH) port=22; protocol=TCP ;;
5151
FTP) port=21; protocol=TCP ;;
52-
MAIL) port='25,465,587,2525,110,995,143,993'; protocol=TCP ;;
52+
MAIL) port='25,465,587,110,995,143,993'; protocol=TCP ;;
5353
DNS) port=53; protocol=UDP ;;
5454
WEB) port='80,443'; protocol=TCP ;;
5555
DB) port='3306,5432'; protocol=TCP ;;

0 commit comments

Comments
 (0)