We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7815c27 + 1fa95b9 commit 1b69da2Copy full SHA for 1b69da2
1 file changed
bin/v-add-firewall-chain
@@ -49,7 +49,7 @@ is_system_enabled "$FIREWALL_SYSTEM" 'FIREWALL_SYSTEM'
49
case $chain in
50
SSH) port=22; protocol=TCP ;;
51
FTP) port=21; protocol=TCP ;;
52
- MAIL) port='25,465,587,2525,110,995,143,993'; protocol=TCP ;;
+ MAIL) port='25,465,587,110,995,143,993'; protocol=TCP ;;
53
DNS) port=53; protocol=UDP ;;
54
WEB) port='80,443'; protocol=TCP ;;
55
DB) port='3306,5432'; protocol=TCP ;;
0 commit comments